/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#ff4100;	
	
}
.style1 {
	color: #ff4100; 
	line-height:20px; 
	font-size:12px
	font-family: Tahoma
}
.about {
	color: #ff4100; 
	line-height:25px; 
	font-size:12px
	font-family: Tahoma
}
.footer {
	color: #ff4100; 
	line-height: 25px; 
	font-size: 9px; 
	font-family: Tahoma
}
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
}
a:link {
	color: #ff4100;
	text-decoration: none;
}
a:visited {
	color: #ff4100;
	text-decoration: none;
}
a:hover {
	color: #9a0000;
	text-decoration: none;
}
a:active {
	color: #9a0000;
	text-decoration: none;
}