body
	{
	background-color: #666666;
	background-image: url(img/compbg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: black;
	font-family: Arial, Geneva, sans-serif;
	}
p, ul, ol, dl
	{
	font-size: 14px
	}
h3
	{
	font-size: 16px
	}
h2
	{
	font-size: 18px
	}
h1
	{
	font-size: 24px
	}
a:link
	{
	color: #cc3300; 
	text-decoration: none
	}
a:visited
	{
	color: #663300; 
	text-decoration: none
	}
a:active, a:hover
	{
	color: #cc3300;
	background-color: #ffcc99;
	text-decoration: underline
	}
img
	{
	border-width: 0px
	}
hr
	{
	margin: 0.5em 10px 0.5em 10px;
	height: 3px;
	color: #cc3300
	}
.foot
	{
	text-align: right;
	font-size: 12px
	}
.date
	{
	font-size: 12px;
	}

