P {
	text-indent : 30px;
}

A:LINK {
	color : Blue;
	text-decoration : none;
}

A:VISITED {
	color : Blue;
	text-decoration : none;
}

A:HOVER {
	color : Red;
}


BODY {
	font-family : "Times New Roman", Times, serif;
	font-size : larger;
	font-style : normal;
	font-weight : 500;
	height : auto;
	scrollbar-arrow-color : White;
	scrollbar-track-color : #FFE4B5;
	scrollbar-face-color : #996633;
}

H1 {
	font-weight : bold;
}

HR {
	color : Gray;
}

TD {
	vertical-align : top;
		text-align : left;
}





