a:link {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a:visited {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #336699;
	text-decoration: underline;
	}
	
a:active {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
	letter-spacing: 1px;
	}
body,html { 
    margin:0px; 
    padding:0px;
    height:100%;
} 
