/* CSS Document */
body
{
	background: #FFFFCC;
	color: #003333;
	font-family: Arial;
	font-size: 14px;
}

head2
{
	color: #996633;
}

a:link {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #996633;
	text-decoration: none;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: capitalize;
	color: #996633;
	text-decoration: none;
}
a:hover {
	background-repeat: repeat;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #003333;
}
a:active {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #003333;
	text-decoration: none;
}
