a:link    {
 text-decoration:  none;
 color:#9A2626;
 }
a:visited {
 text-decoration:  none;
  color:#9A2626;
 }
a:hover   {
 text-decoration:  underline;
 color:#9A2626;
 }
a:active  {
 text-decoration:  none;
  color:#9A2626;
 }
 


body {
	background-color:#fff;
	margin: 0;
	padding: 0;
	font-family: Tahoma,Trebuchet MS,frutiger,helvetica,bitstream vera sans,sans-serif;
	color:#000;
	font-size:12px;
}


#indexbox	{
	background-color:#000;
	background-image:url('imgsrc/bg1.jpg');
	background-repeat:repeat-y;
	background-position:top center;
	margin:auto;
	padding:0;
	width:650px;
	color:#fff;
}

#content	{
	width:550px;
	margin:50px;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	}

#copyright	{
	width:530px;
	margin:60px;
	margin-bottom:0;
	font-size:10px;
	text-align:center;
	}
	
h1,h2,h3,h4	{
	font-family:georgia,times,"Times New Roman",serif;
	text-transform:uppercase;
	font-weight:normal;
	}
	
.download	{
	font-size:28px;
	letter-spacing:-.03em;
	text-align:center;
	}
	
.basicH3	{
	font-size:24px;
	text-align:center;
	margin:0;
	}

.basicH4	{
	font-size:14px;
	text-align:center;
	margin:0;
	}
	
.listhead	{
	font-size:18px;
	margin-bottom:0;
	}
	
.credits	{
	margin:0;
	padding:0;
	list-style-type:none;
	}
	
img	{
	border:0;
	}
