<STYLE TYPE="text/css">
body,tr,td{
	scrollbar-face-color:#FFFFCC;
	scrollbar-shadow-color:COLOR;
	scrollbar-3dlight-color:COLOR;
	scrollbar-arrow-color:COLOR;
	scrollbar-base-color:FFFF99;
	scrollbar-track-color:COLOR;
	scrollbar-darkshadow-color:COLOR;
	scrollbar-highlight-color:COLOR;
	scrollbar-shadow-color:COLOR;
	color:FONT COLOR;
	font-size:SIZEpt;
	font-family:FONT;
	background-color:#FFFF99;
	background-image: url(BACKGROUND.FILETYPE);
	background-attachment : fixed;
	line-height: 15px;
	letter-spacing: 1px;
	text-align:justify;
}

a:link{
	color:COLOR; 
	text-decoration:none;
	font-weight:normal;
	cursor: default;
}

a:visited{
	color:COLOR;
	text-decoration:none;
	font-weight:normal;
	cursor: default;
}

a:active{
	color:COLOR;
	text-decoration:none;
	font-weight:normal;
	cursor: default;
}

a:hover{
	color:COLOR;
	text-decoration:none;
	font-weight:normal;
	cursor: default;
}

select{
	background:COLOR or URL TO IMAGE; 
	font-family: FONT; 
	color: FONT COLOR; 
	font-size: SIZEpt
}

textarea, input{
	font-family: FONT;
	font-size: SIZEpt;
	color: FONT COLOR;
	background:COLOR;
	border: 1px solid;
	border-color:#000000; 
}
</style>
