BODY {
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	font-style : normal;
	cursor: auto;
	text-decoration : none;
}
A:LINK,  A:VISITED {
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	cursor: hand;
	color : Navy;
	text-decoration : none;
	text-align : right;
}
A:HOVER, A:ACTIVE {
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	color : Red;
	cursor: hand;
	text-decoration : none;
	text-align : right;
}
H1
{
	font-size : 20px;
	font-variant : small-caps;
	letter-spacing : 5px;
	color : Blue;
	background-color : #F0F8FF;
	text-align : center;
}
H2
{
	font-size : 20px;
	font-variant : small-caps;
	letter-spacing : 5px;
	color : Navy;
	text-align : center;
}
P
{
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	font-style : normal;
	cursor: auto;
	text-decoration : none;
	text-align: justify;
	text-indent : 10px;
}
LI {
	list-style-type : disc;
}