body {
	background-color : #DBDBDB;
	
}



a:link {
	background-color : smoke;
	font : normal small-caps 78%/100% Arial;
	text-decoration : none;
	color : black;
	text-transform : capitalize;
	font-weight : bold;
	margin-right : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 4px;
	}

a:visited {
	background-color : smoke;
	font: normal small-caps 78%/100% Arial;
	text-decoration : none;
	color : black;
	text-transform : capitalize;
	font-weight : bold;
	margin-right : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 4px;
	}

a:hover {
	background-color : #FFFFF2;
	font : normal small-caps 78%/100% Arial;
	text-decoration : none;
	color : black;
	text-transform : capitalize;
	font-weight : bold;
	margin-right : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 4px;
	}



