/* Text CSS Document */


/*****LANGUAGES*****/

#languages {
	font-size: 80%;
}

/*****MAIN NAVIGATION*****/

#mainnav {
	font-size: 0.98em;
}

#mainnav ul li a {
	font-weight: normal;
	text-decoration: none;
}

#mainnav ul li a:hover  {
	font-weight: bold;
	text-decoration: none;
}


/*****CONTENT*****/

#content a:link, #content a:visited, #content a:hover, #content a:active {
	text-decoration: underline;
}

#content h2 {
	font-size: 180%;
	font-weight: bold;
}
	
#content  h3 {
	font-size: 150%;
	font-weight: bold;
}

#content h4 {
	font-size: 130%;
	font-weight: bold;
}

#content .redtext{
	font-weight: 900;
	font-size: 1.2em;
	text-transform:uppercase;
} 

/*****QUOTES */
blockquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
}

blockquote .credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
}

/*****FOOTER*****/

#footer ul li a {
	font-weight: bold;
		text-decoration: none;
}

#footer ul li a:visited {
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

