body {
	font-family: Verdana, Arial, Sans-serif, Helvetica;
	background-color: #000;
	text-align: left;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}


a:link { 
	color: red;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
}

a:active { 
	color: red;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
}

a:visited { 
	color: red;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
}

a:hover { 
	color: red;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
}


.head {
	color: #000;
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
}

h1 {
	color: #fff;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}

h2 {
	color: #fff;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
}


#lickers { 
	width: 600px;
	font-size: 9pt;
	text-align: left;
	background-color: #DDB100;
	border: 1px solid red;
	padding: 10px 10px 10px 10px
}

#bottom {
	width: 600px;
	text-align: center;
	font-size: 10pt;
	height: 40px;
}

#bottom a:link {
	color: red;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

#bottom a:active { 
	color: red;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

#bottom a:visited { 
	color: red;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

#bottom a:hover { 
	color: red;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}
