/* GENERAL fonts */
P, OL, UL, DIV
{
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-size: x-small;

}



A{
	text-decoration: none;	
	color: 336699;
}

A:hover{
	text-decoration: underline;	
}


/* Content column */
div#content {
	
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-size: small;

}




