/* CSS Document */

* {
	padding: 0px;
	border: 0px;
	margin: 0px;
	list-style: none;
}

body {
	
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	letter-spacing:0.75px;
	line-height: 11.5pt;
	color: #gray;
	overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
overflow-y: hidden;
font-style: none;
	}
	

a:link {
background-color: none;
text-decoration: none;
color: white;
}
a:visited {
background-color: none;
text-decoration: none;
color: white;
}
a:hover {
text-decoration: none;
color: white;
background-color:gray;
}
a:active {
background-color: none;
text-decoration: none;
color: white;
}

