  /*Text CSS for IWD 2012*/

body {
	font-size: 85%;    
}

/* LANGUAGES */

#languages ul li a:link, #languages ul li a:visited, #languages ul li a:hover, #languages ul li a:active {
	text-decoration: none;
}

#languages ul li a:hover {
	text-decoration: underline;
}

/* MAIN NAVIGATION */

#mainnav ul li a {
	text-decoration: none;
}

#mainnav ul li a:hover  {
	font-weight: bold;
	text-decoration: none;
}


/* CONTENT */

#content p{
	line-height: 1.5em;
}

#content a:link, #content a:visited, #content a:hover, #content a:active {
	text-decoration: underline;
}

#content h2 {
	font-size: 191.7%;
	font-weight: bold;
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	line-height: 1em;
}

#content h3 {
	font-size: 150%;
	font-weight: normal;
}

#content h4 {
	font-size: 133.3%;
	font-weight: normal;
}

#content .box h3 {
	font-weight:normal;
}


/* QUOTES */

blockquote {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5em;
}

/* FOOTER BAR */

#footer ul li a {
	text-decoration: none;
}

#footer ul li a:visited {
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}


