OL {
	font-weight : bold;
}

UL {
	font-weight : normal;
}

OL LI {
	color: black;
	font-weight : normal;
}

BODY  {
        margin : 20px 20px 20px 20px;
        background : #F0FFFF;
}

A:ACTIVE, A:LINK, A:VISITED {
	font-family : "Times New Roman", Times, serif;
	color : Navy;
	text-decoration : none;
}

A:hover  {
	color : Blue;
	text-decoration : underline;
}