body {
	margin: 0px;  
	background-color: #ffffff; 
	background-image: url(bg.jpg);
	background-repeat:repeat;

}

b {
	color: #d4c600;
}

i {
	color: #ff441b;
}

u {
	color: #67ccf1;
	}
	
h1 {
font-style: italic;
font-weight: bold;
color: #00b5dc;  
font-size:16px; 
font-family: "Times New Roman", Times, serif; margin-left:0; margin-right:0; margin-top:0; margin-bottom:5px
} 



blockquote {
	margin: 0px; 
	padding: 0px;
}


body, tr, td { 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	text-align: justify; 
	color: #798c93; 
	
}

#background {

	position: absolute;
	left: 0px; 
	top: 0px; 

}


#content {
	position: absolute;
	padding-bottom: 20px;
	line-height: 15px;
	height: auto;
	left: 100px;
	top: 476px;
	width: 487px;

}

a:link, a:visited {
	color: #2faff6;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	text-transform: none;
	text-decoration: none;
	
}

a:hover { color: #2cb12e;
border-bottom: dotted 1px #25d7f1;
}

	
input, textarea, select { 
	background-color: #ffffff;
	font-family: Arial, Verdana; 
	font-size: 10px;
	color: #ff481c;
	border: 1px solid #25d7f1; 
	padding: 2px;
	letter-spacing: 1px; 
}


input:hover,
input:focus,
textarea:hover,
textarea:focus {
	border: 1px solid #f8ea25;
}
