td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:12px;
	color:blue;
}

th {
        text-align: center;
        vertical-align: top;
        font-family:Tahoma;
        font-size:14px;
        color:blue;
}



form
{
	margin:0px;
        font-size:12px;
}

input
{
   font-size:12px;
}

a {
	font-family:Arial;
	font-size:14px;
	text-decoration: none;
	font-weight: bold;
	color:blue;
}

A:Hover  {
	color : #596F80;
	text-decoration : underline;
}

H1 {
	color:#596F80;
	font-weight: bold;
	font-size : 16px;
}
H2 {
        color:black;
        font-weight: bold;
        font-size : 18px;
}


