a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a:visited{
	color: #FF2222;
	
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: gold;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #FF934C;
	font-weight: bold;
	text-decoration: underline;
}

body, td {		
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: white;
}
.dark {
	font-weight: bold;
}
.dark-gold {
	font-weight: bold;
	color: goldenrod;
}
h1,h2,h3,h4,h5 {		
	font-family: Helvetica, Arial, sans-serif;
	color: white;
}
.title{		
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: red;
	font-weight: bold;
}
.subtitle{		
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: white;
	font-weight: bold;
}
.smaller{		
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: white;
	font-weight: bold;
}