body {
	font-family: Helvetica; 
	letter-spacing: 1px;
	
}

h1 {
	font-size: 12px;
	color: #FFFF99;
	font-weight: bold;
	position: static;
	line-height: 0px;
}

ul {
	font-size: 10px;
	color: #FFFFCC;
	border: none;
}
p {
	line-height: 0px;
}
td {
	font-size: 10px;
	color: #FF9900;
	border: none;
}



a:link {
	color: #FF9933;
	text-decoration: none;
}
a:hover {  color: #FF0033; text-decoration: underline overline}
a:active {  color: #990000; text-decoration: none}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.center {
	text-align: center;
}
.dot {
	color: #FFFF99;
	line-height: 15px;

}