body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	background-color: #666666;
	letter-spacing: 1px;
}
a:link {
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
	font-size: small;
	letter-spacing: 1px;
		
}
a:visited {
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
	}

a:hover  {
	color: yellow;
}

a:active {
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	text-align: left;
	letter-spacing: 1px
}

table {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #ffffcc;
	background-color: #333333;
	padding: 2px;
	letter-spacing: 1px;
	text-align: left;
	border-color: #333333;
	width: 850px;
	border-style: solid;
	border-bottom: 5px;
	border-left-width: 25px;
	border-right-width: 25px;
	border-top-width: 5px;
}


