
a            { text-decoration: none; color: #ffff00  }
body         { font-family: Verdana; font-size: 10px; color: #000000 }

A:Hover {color : #ffff00; Text-Decoration : underline; }

input.login_form {
	border: solid 1px gray ; 
	font-family: verdana;
	font-weight: 600;
	font-size: 11px;
	width: 200px;
	height: 19px;
}

input.login_button {
	font-family: verdana;
	font-size: 11px;
	color: 000066 ; 
	background-color: FFCC00 ;
	width: 150px ; 
	margin: 1px ; 
	border: solid 1px gray ; 
	height: 19px
}


input.login_button2 {
	font-family: verdana;
	font-size: 11px;
	color: 000066 ; 
	background-color: FFCC00 ;
	width: 80px ; 
	margin: 1px ; 
	border: solid 1px gray ; 
	height: 19px
}