body,td,th {
    font-size: 12px;
	color: #0099ff;
	line-height: 150%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    scrollbar-face-color: white; 
    scrollbar-highlight-color: #0099ff; 
    scrollbar-shadow-color: #0099ff; 
    scrollbar-3dlight-color: white; 
    scrollbar-arrow-color: #0099ff; 
    scrollbar-track-color: white; 
    scrollbar-darkshadow-color: white;}
a:link {
	color: #0099ff;
	text-decoration:none;
}
a:visited {
	text-decoration: none;
	color: #0099ff;
}
a:hover {
        text-decoration: underline;
	color: red;
}
a:active {
	text-decoration: none;
	color: #0099ff;
}
.mytext { 
    color:#0099ff;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #0099ff;
}
.border{color:#0099ff;border:1px solid #0099ff;}
.submit{color:#0099ff;background-color: #FFFFFF;border-left: 1px solid #0099ff; border-right: 1px solid #0099ff; border-top: 1px solid #0099ff; border-bottom:1px solid #0099ff;width: 50px; height: 16px;}