.content{
 	font-family : "Courier New", Courier, monospace;
 	color : #A4A4A4;
 	font-size : 12px;
 	padding : 20px;
 }
 
 .headcont{
 	font-family : "Courier New", Courier, monospace;
 	color : #A4A4A4;
 	font-size : 16px;
 }
 
 .links{
 	font-family : "Courier New", Courier, monospace;
 	color : #A4A4A4;
 	font-size : 12px;
 	text-decoration : none;
 }
 a.links:Hover{
 	text-decoration : underline;
 	color : #FF3300;
 }
 
 .small{
 font-family : "Courier New", Courier, monospace;
 color : #A4A4A4;
 font-size : 10px;
 }
 td{
 	background-repeat : no-repeat;
 	background-position : center;
 }
 
 .nav{
 	width : 600px;
 	height : 71px;
 	overflow: auto;
 	overflow-y: hidden;
 	scrollbar-track-color: #FFFFFF;
 	scrollbar-face-color:#FFFFFF;
 	scrollbar-highlight-color:#FFFFFF;
 	scrollbar-darkshadow-color:#FFFFFF;
 	scrollbar-arrow-color:#FF3300;
 	
 }
 
 a.small{
 font-family : "Courier New", Courier, monospace;
 color : #FF3300;
 font-size : 10px;
 text-decoration : none;
 }
 
 a.small:Hover{
 text-decoration : underline;
 color : #FF3300;
 }
 
