body
{
	background-color: #D3D3D3;
	color: #55441c;
	font-family: Verdana;
	font-size: 13px;
}
h1{
	text-align: center;
	font-weight: bold;
	font-family: Verdana;
	font-size: 16px;
	color: #306090;
}

h2{
	text-align: center;
	font-family: Verdana;
	font-size: 13px;
	color: #306090;

}

h3{
	text-align: left;
	font-weight: bold;
	font-family: Verdana;
	font-size: 20px;
	color: #FF0000;

}

/**/
a{
	color: #000000;
}
a:hover{
	text-decoration: underline;
	color: #ffb200;
}
a img    {
filter: none
}
a:hover img    { filter: gray}
}