P  {
	font-family : Verdana, Arial,Helvetica,Sans-serif;
	font-size : 12px;
	text-align : justify;
}

H1  {}

H2  {
	font-family :Verdana, Arial,Helvetica,Sans-serif;
	font-size : medium;
	font-weight : bolder;
	color : #08329C;
}

H3  {
	font-family :Verdana, Arial,Helvetica,Sans-serif;
	font-size : smaller;
	font-weight : bolder;
	color : #08329C;
}

A  {
	text-decoration : none;
	color : Blue;
}

A:Visited  {
	text-decoration : none;
	color : Blue;
}

A:Active  {
	text-decoration : none;
	color : Blue;
}

A:Hover  {
	text-decoration : none;
	color : Red;
}

BODY  {
	font-family : Verdana, Arial,Helvetica,Sans-serif;
	font-size : font-size : 12px;
	text-align : justify;
}

.form {
	border : thin dashed Black;
}