BODY
{
	BACKGROUND: navy;
	COLOR: white;
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 14px;
	TEXT-ALIGN: justify;
}

TH
{
    BACKGROUND: #87cefa;
    COLOR: white;
}

HR {
	COLOR: Blue;
	width : 100%;
	TEXT-ALIGN: center
}

A:hover
{
    BACKGROUND-COLOR: white;
    COLOR: navy;
    FONT-FAMILY: Arial, sans-serif;
    FONT-SIZE: 14px;
    TEXT-ALIGN: justify
}

BIG {
	COLOR: red;
	FONT-SIZE: 14pt;
}

A
{
	COLOR: #87cefa;
	TEXT-DECORATION: none;
	font-weight : bold;
	visibility : inherit;
}

CITE {
		COLOR: red;
	 FONT-SIZE: 10pt;
		font-weight : bold;
}

DIV {
	background-color : Navy;
	color : White;
	font-family : Arial;
	font-weight : bold;
	font-size : larger;
}



