/*- Font--------------------------- */


body {
font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
color: #fff;
}

 body, p, li {
font-size: 12px;
}

h1, h2 {
font-weight: bold;
font-size: 13px;
}

h2 .date {
font-weight: normal;
font-size: 10px;
}


h3 {
font-size: 18px;
text-align: center;
margin:0;
}

h4 {
font-size: 14px;
text-align: center;
margin-top:30px;
}

h5 {
font-size: 14px;
text-decoration:underline;
}

h6 {
font-size: 28px;
}


#menu li a {
font-weight: bold;
font-size: 11px;
}  


.inline{display:inline;} 


a:link { 
	color: #ffffff;
	}
a:visited { 
	color: #FFFFFF;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}


a.home:link { 
	color: #ffffff;
	text-decoration: none;
	}
a.home:visited { 
	color: #FFFFFF;
	text-decoration: none;
	}
a.home:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: underline;
	}
a.home:active { 
	color: #333333;
	}




