a:link, a:visited, a:active
{
	text-decoration: none;
	border: none;
	background: transparent;
	color: #669933;
	font-size: 12px;
}

a:hover
{
	text-decoration: underline;
	border: none;
	background: #669933;
	color: #FF9900;
	font-size: 12px;
}

a.image:hover
{
	text-decoration: none;
	border: none;
	background: transparent;
}

p, div, td, th, form, ol, ul, li, input, textarea, select, a, tr, table
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
}

body
{
	margin: 0;
	color: #333333;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	background-image: url(http://www.ghuit.com/2005/images/bg.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
