A:link 
	{
	text-decoration: none ;
	color : #ffffff ; 	
	}
A:visited 
	{
	text-decoration: none ;
	color : #ffffff ; 	
	}
A:hover 
	{
	text-decoration: underline ;
	color : #ffffff ; 	
	}
TD 
	 { 
	font-family : verdana ; 
	font-size : 10px ; 
	color : #ffffff ;
    }
Body 
	{
	font-family : verdana;
	font-size : 10px;
	color : #ffffff;
	background-attachment: fixed;
	background-color: #910000;
	background-image: none;
	background-position: left top;
	background-repeat: no-repeat;
	position: fixed;
	visibility: visible;
	z-index: auto;
	height: auto;
	width: auto;
    }
input 
	{
	font-family: Verdana ; 
	font-size: 10px ;
	border: solid #ffffff ;
    color: #ffffff ;               
	border-width: 1 ;
	background: none ;
	}
select
	{
	font-family: Verdana ; 
	font-size: 10px ;
	border: solid #ffffff ;
    color: #ffffff ;
	border-width: 1 ;
	background-color: #910000 ;
	}
textarea
	{
	font-family: Verdana ;
	font-size: 10px ;
	border: solid #ffffff ;
    color: #ffffff ;
	border-width: 1 ;
	background: none ;
	}
hr
	{
	color : #ffffff ;
	height : 1px ;
	width : 60% ;
	text-align : left ;
	}
.title
	{
	font-size : 12px ;
	font-weight : bold ;
	}
ul
	{
	list-style-type: square ;
	}
img
	{
	border-color : #ffffff ;
	}	
