﻿body, .normaltext
{ 
	behavior:url("csshover.htc");
	font-family: Verdana, sans-serif; 
	font-size: x-small;
	color: White;
	background-color: Black;
}

table
{
	font-size: x-small;
}

a, a:visited 
{ 
	text-decoration: none; 
	color: Orange; 
	background-color: transparent 
}

a:hover      
{ 
	text-decoration: underline 
}

.tabs
{
	font-weight:bold; 
	text-align:center;	
}

.tabsselected 
{ 
	color: Orange; background-color: Black; 
	border-bottom: none; border-left: 1px solid Orange; border-top: 1px solid Orange; border-right: 1px solid Orange; 
	height: 40px; width: 16% 
}

.tabsunselected 
{ 
	color: Grey; background-color: Black; 
	border-bottom: 1px solid Orange; 
	height: 40px; width: 16% 
}

.tabs td:hover 
{ 	
	color: #000000; background-color: Orange;
	text-decoration: underline;
	cursor: pointer;	
}
