P  {}

H1  {}

H2  {}

H3  {}

A  {
	color : #33FFFF;
; text-decoration: none
; font-weight: bold
}

A:Visited  {
	text-decoration : none;
}

A:Active  {
	text-decoration : underline;
	color : #000000;
; font-weight: bold
}

A:Hover  {
	color : #F90000;
	text-decoration : underline;
; font-weight: bold
}

BODY  {}

