/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(204,204,153);
 	background-color: transparent
}

A:link {
	color: rgb(204,204,153);
 	background-color: transparent
}

.contact {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	color: rgb(51,102,0);
 	text-align: center;
 	background-color: transparent
}

A:visited {
	color: rgb(204,204,153);
 	background-color: transparent
}

A {
	color: rgb(204,204,153)
}

A:hover {
	color: rgb(204,153,102);
 	background-color: transparent
}