﻿
a:link
{
	color: #FF9900; 
}
a:visited
{
	color: #FF6666; 
} 
a:active 
{
	color: #FF3300;
}
body
{
	font-family: Tahoma, Helvetica;
	background-color: #333333;
	color: #E1E1E1;
	text-transform: uppercase;
	font-size: 12px;
	
	scrollbar-arrow-color: #FF5959;
	scrollbar-face-color: #4F4545;
	scrollbar-highlight-color: #A3A1A1;
}
table
{
	table-border-color-light: #993300;
	table-border-color-dark: #993300;
	text-transform: uppercase;
	font-size: 12px;
}
h6
{
	font-family: Tahoma, Times;
}
h5
{
	font-family: Tahoma, Times;
}
h4
{
	font-family: Tahoma, Times;
}
h3
{
	font-family: Tahoma, Times;
}
h2
{
	font-family: Tahoma, Times;
}
h1
{
	font-weight: bold;
	font-size: 12 px;
	font-family: Tahoma, Times;
}

a:link {
   text-decoration: none;
	text-align: right;
}
a:hover {
   color: #FFFF00;
   text-decoration: underline overline;
   }