/*
	style.css
*/

body { background-color:#ffffff; background-position:center top; background-repeat: no-repeat; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #686868; text-align: center; margin: 0; }

img {
border: none; }

a {
text-decoration: none;
color: #686868; }

a:link {
text-decoration: none;
color: gray; }

a:hover {
text-decoration: none;
color: red; }

h3 {
font-family:Arial, Helvetica, Sans-serif;
font-size:12px;
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; }
