A:link	{
	background-color: transparent;
	color: Silver;
	TEXT-DECORATION: NONE;
}      /* unvisited link */

A:visited {
	background-color: transparent;
	color: grey;
	TEXT-DECORATION: NONE;
}   /* visited links */

A:active {
	background-color: transparent;
	color: Yellow;
	TEXT-DECORATION: NONE;
}    /* active links */	

body {
	 margin:0px;
	 background-color:Gray;
	 font-family: Arial;
	 color: #E8E8E8;
	 font-size: 1em;
}

H1 {
	 font-size: 120%;
    letter-spacing: .1em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.linkfont {	

}

