A:HOVER {

	color : Red;

}

P {

	text-indent : 30px;

}



A:LINK {

	color : Blue;

	text-decoration : none;

}

LI {
	
	list-style-type: disc;
	
}




A:VISITED {

	color : Blue;

	text-decoration : none;

}



BODY {

font-weight: 600;
	font-family : "Times New Roman";sans-serif;Arial;
	
	font-size: large;

	font-style : normal;

		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;

}











