/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; color:#9d9989;
}

a {text-decoration:none;}
a.underlined, a:hover {border-bottom:1px dotted}


p , a, a:active, a:visited {color:#9d9989;}
.footer p {color:#1e1e1e;}

.series-title p {font-style:italic;}

/* Navigation */

#navi a {
	color: #1e1e1e; font-size:20px;}
#navi a:hover {color:#f2ecd4;border:0;}

.current {color:#f2ecd4 !important;}
#t1{color:#1e1e1e !important;}
#t1:hover{color:#f2ecd4 !important;}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 20px; color:#1e1e1e; text-align:right; font-weight:normal;
}

h2 {
	font-size: 18px; color:#9d9989; font-weight:normal; 
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/



p,
dl,
hr,
h1,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
