  <style>
					a	{
						color: #0000fa;
						font-weight: bold;
						text-decoration: underline;}

					A:link {
						text-decoration: none;
						color: #0000fa;
						font-weight: bold;
						text-decoration: underline;}

					A:active {
						text-decoration: none;
						color: #0000fa;
						font-weight: bold;
						text-decoration: underline; }

					A:visited {
						text-decoration: none;
						color: #0000fa;
						font-weight: bold;
						text-decoration: underline; }

					a:hover{
						text-decoration: none;
						color: #0000fa;
						font-weight: bold;
						text-decoration: underline;}

					.body  {
						font-family : Palatino Linotype;
						font-style : normal;
						color: #000000;
						font-size : 14;
						font-weight : normal;
						line-height : 16px;
						scrollbar-face-color:#f2962b;
						scrollbar-arrow-color:#000000;
						scrollbar-track-color:#d2d2d2;
						scrollbar-shadow-color:#FFFFFF;
						scrollbar-highlight-color:#f2962b;
						scrollbar-3dlight-color:#f2962b;
						scrollbar-darkshadow-Color:#f2962b;	}

H1 	{
						font-family : verdana;
						font-style : normal;
						color: #000000;
						font-size : 14;
						font-weight: bold;
						margin-left: 0px;
						margin-top: 0px;}
						
						.form {
	padding-top: 5px;
	padding-left: 5px;
	font-family: Palatino Linotype;
	font-size: 14px;
	color: #000000;
}
.inputclass {
	font-family: Palatino Linotype;
	font-size: 14px;
	color: #000000;
	background-color: fbe8c4;
	border: solid 1px #FFFFFF;
	padding-left:5px;
}
						
						
</style>