body  { 
        margin:0 auto;
		padding:0;
		border:0;	 /* This removes the border around the viewport in old versions of IE */
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#222;
        background:#000000;
		background-image:url(images/bg.jpg);
		text-align:center;
	}
#container { 
	width: 860px; 
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

A {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px;
     text-decoration: none;
     font-weight: normal;
}
A:hover {
     color: #FF0000;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px;
     font-weight: normal;
     text-decoration: underline;
}
A.menu:link {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px;
     text-decoration: none;
     font-weight: normal;
; color: #000000
}
A.menu:visited {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px;
     text-decoration: none;
     font-weight: normal;
     TEXT-DECORATION: none;
; color: #000000
}
A.menu:active {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px;
     text-decoration: none;
     font-weight: normal;
     TEXT-DECORATION: none;
; color: #000000
}
A.menu:hover {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px;
     text-decoration: none;
     font-weight: normal;
     TEXT-DECORATION: underline;
; color: #FF0000
}
A.small:link {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 9px;
     text-decoration: none;
     font-weight: normal;
}
A.small:visited {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 9px;
     text-decoration: none;
     font-weight: normal;
     TEXT-DECORATION: none;
}
A.small:active {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 9px;
     text-decoration: none;
     font-weight: normal;
     TEXT-DECORATION: none;
}
A.small:hover {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 9px;
     text-decoration: none;
     font-weight: normal;
     TEXT-DECORATION: underline;
; color: #FF0000
}
td {  
      font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px
}
p {  
      font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px
}

