a:link {
	color: #FFFF80;
	text-decoration: none;
	font-style: italic;
	font-weight: bolder;
	}

a:visited {
	color: #FFFF80;
	text-decoration: none;
	font-style: italic;
	font-weight: bolder;
	}

a:hover {
	color: #FFFF80;
	text-decoration: none;
	font-style: italic;
	font-weight: bolder;
	}

a:active {
	color: #FFFF80;
	text-decoration: none;
	font-style: italic;
	font-weight: bolder;
	}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFF80;
	background-color: #3C3C3C;
	font-size: small;
	text-align:center;
	}


.invert {
	color:#3C3C3C;
	background-color:#FFFF80;
	font-size:xx-large;
	font-weight: bolder;
	font-variant: small-caps;
	text-align: center;
	}


table {
	color: #FFFF80;
	background-color: transparant;
	text-align: center;
	} 


IMG {
	border: 3px;
	border-style: solid;
	border-color: #FFFF80;
	}


HR {
	color:#FFFF80;
	}
