/*
	style.css

*/

body {
background-color:#000000; 
margin: 0;
padding: 0;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 11px;
color: #cccccc; }

img {
border: none; }

a {
text-decoration: none;
color: #cccccc; }

a:link {
text-decoration: none;
color: #cccccc; }

a:hover {
text-decoration: none;
color: #33ccff; }

h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#666; }

h1 {
font-size: 12pt; }

/*****************
	links for menu
*****************/

#menu a {
text-decoration: none;
color: #cccccc; }

#menu a:link {
text-decoration: none;
color: #cccccc; }

#menu a:hover {
text-decoration: none;
color: #ff6600; }

/*****************
	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; }

/**********************
	hr rules
**********************/

hr {
  border-top: 1px dotted #3E3E3E;
  border-bottom: 0px;
  height: 1px;
 }
