body
{
font-family: arial;
font-weight: plain;
font-size: 10pt;
color: "#000000";
margin-left: 5em;
background-repeat: repeat-y;
}

a {
	text-decoration: underline;
	font-weight: normal;
	color: #0000ff;
		}
	
	a:link {color: #0000ff}
	a:hover {font-weight: bold; color: #800080}
	a:active {color: #cccccc}
	a:visited {color: #808080}

.nounderline {text-decoration: none; font-weight: bold; color: #000000;}

HR
	{
	color: 808080;
	width: "100%";
	height: 2;
	size: 3;
	}
