a:link		{color:white; text-decoration:none; }
a:visited	{color:white; text-decoration:none; }
a:active 	{color:white; text-decoration:underline; }
a:hover 	{color:white; text-decoration:underline; }

a:link.text 	{color:white; text-decoration:none; border-bottom: 1px dashed gray; }
a:visited.text 	{color:white; text-decoration:none; border-bottom: 1px dashed gray; }
a:active.text 	{color:white; text-decoration:none; border-bottom: 0px; }
a:hover.text 	{color:white; text-decoration:none; border-bottom: 1px solid white; background-image:url('button_back.png');}

a:link.arrow 	{color:white; text-decoration:none; }
a:visited.arrow	{color:white; text-decoration:none; }
a:active.arrow 	{color:gray; text-decoration:none; }
a:hover.arrow 	{color:gray; text-decoration:none; }

img {
	border-color: white;
	border: 0px;
	}

img.thumb {
	border: 2px solid white;
	margin: 10px;
	}

img.thumb:hover {
	border: 2px solid gray;
	}

body {
	color: white;
	font-size:10px;
	font-family: "Verdana", "Helvetica"; 
	background-color: black;
	background-image:url("background.jpg"); 
	background-attachment:fixed;
	background-position:center;
	overflow:auto;
	}

td {
	color: white;
	font-size:10px;
	font-family: "Verdana", "Helvetica";
	}

td.button:hover {
	background-image:url('button_back.png');
	}