A:HOVER {
	color : Red;
}
P {
	text-indent : 30px;
}

A:LINK {
	color : Blue;
	text-decoration : none;
}

A:VISITED {
	color : Blue;
	text-decoration : none;
}

BODY {
	font-family : "Times New Roman";
	font-size : small;
	font-style : normal;
	font-weight : 500;
	height : auto;
	scrollbar-track-color : #000066;
	scrollbar-arrow-color : Blue;
	list-style-image : url(star_bl_p.jpg);
	list-style-position : outside;
}

H1 {
	font-weight : bold;
}

HR {
	color : Blue;
}

TD {
	vertical-align : top;
	font : 600 normal small "Times New Roman", Times, serif;
	text-align : left;
}






