body,td,input,textarea,select
{
	font-family: Arial;
	font-size: 12px;
}

select
{
	background-color: 94C7DE;
	color: white;
	font-weight: bold;
	border: 0;
}

a.menu
{
	color: white;
	font-size: 20px;
	text-decoration: none;
}

a
{
	color: F75910; /* F75910 - RED 73BA21 - GREEN* 94C7DE - BLUE */
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.Clickable{ 
	cursor:pointer;
	cursor:hand;
	color: white;
	text-align: center;
	font-size: 20px;
}

.header
{
	background-color: 94C7DE;
	color: white;
	font-weight: bold;
}

.latest
{
	border: 1px solid #94C7DE;
}