body {
SCROLLBAR-ARROW-COLOR: #F4E7B1;
SCROLLBAR-BASE-COLOR: #F4E7B1;
SCROLLBAR-FACE-COLOR: #E5CF8B;
SCROLLBAR-HIGHLIGHT-COLOR: #F4E7B1;
SCROLLBAR-SHADOW-COLOR: #F4E7B1;
SCROLLBAR-3DLIGHT-COLOR: #F4E7B1;
SCROLLBAR-TRACK-COLOR: #F4E7B1;
SCROLLBAR-DARKSHADOW-COLOR: #F4E7B1;
}

body {
	cursor: default;
	background-color: #F4E7B1;
	background-image :  url(images/gsback.jpg);
	background-repeat : repeat-y;
	background-position : left;
}

div, body,td	{
	font-family: Garamond;
	font-size: 16px;
	color: #CEA210;
	font-weight: normal;
	text-align: justify;
}



A {
	text-decoration: none;
	font-size: 16px;
	cursor: default;
	font-weight: normal;
		color: #CEA210;

}
 
A:link {
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
		color: #A36209;

}

A:visited {
 	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
		color: #A36209;


}
A:hover {
	text-decoration: none;
	cursor: default;
	font-size: 16px;
	border-bottom: 1px solid #FBF4C9;
	font-weight: normal;
	color: #FBF4C9;
}


Input, textarea{
	border: 1px solid #CEA210;
	font-family: Garamond;
	font-size:16px;
	color: #CEA210;
}
select{
	border:1px #CEA210;
	font-family: Garamond;
	font-size: 16px;
	color: #CEA210;
}
