textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	background-color: #333333;
	color: #FFFFFF;
	border: thin solid #FFFFFF;

}
input {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	background-color: #333333;
	color: #FFFFFF;
	border: thin solid #FFFFFF;
}
body {
	background-image: url(background/bk.gif);
}
A:link { color : 72B0EB; text-decoration : none;  } 
A:visited { color : 72B0EB; text-decoration : none;  } 
A:active { color : 72B0EB; text-decoration : none;  } 
A:hover {
	color : #FFFFFF;
	background-color: 72B0EB;
}
