body { 
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000; 
	background: #ffffcc;
	}

.xlarge {
	font-size: x-large;
	}

.small {
	font-size: small;
	}

.xsmall {
	font-size: x-small;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none;
	}
a:hover, a:active { 
	text-decoration: underline;
	}
	
a {
	color:blue;
	}

hr {
	color:#990000;
	}
