/*
	style.css
*/

body {
background-color:#000000; 
background-image:url(images/bg.jpg);
background-position:top center;
background-repeat: no-repeat;
margin-top: 0px; 
margin-bottom: 0px; 
margin-left: 0px; 
margin-right: 0px;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 11px;
color: #686868;
text-align: center; }

img {
border: none; }

a {
text-decoration: none;
color: #686868; }

a:link {
text-decoration: none;
color: #686868; }

a:hover {
text-decoration: none;
color: #FFFFFF; }

h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666; }

/*****************
	links for menu
*****************/

#menu a {
text-decoration: none;
color: #686868; }

#menu a:link {
text-decoration: none;
color: #686868; }

#menu a:hover {
text-decoration: none;
color: #000000; }

/*****************
	links for info pane
*****************/

#info a {
text-decoration: none;
color: #000000; }

#info a:link {
text-decoration: none;
color: #000000; }

#info a:hover {
text-decoration: none;
color: #FF0000; }