P  {}

H1  {}

H2  {}

H3  {
	color : #0000cc;
}

A  {
	color : #0000cc;
	text-decoration : underline;
        font-weight:bold;
}

A:Visited  {
	color : #0000cc;
	text-decoration : underline;
        font-weight:bold;
}

A:Active  {
	color : #0000cc;
	text-decoration : underline;
        font-weight:bold;
}

A:Hover  {
	color : #0000cc;
	text-decoration : none;
	background : #ffff00;
        font-weight:bold;
}

BODY  {
        font-family:arial;
	color : #000000;
}

input  {
        font-family:arial;
        font-weight:bold;
	color : #000000;
}
.indent  {
	text-decoration : none;
}
