<style type="text/css">

a.side:link {text-decoration: none; color: #0099FF;}
a.side:visited {text-decoration: none; color: #0099FF;}
a.side:active {text-decoration: none; color: #0099FF;}

a.menu:link {
	text-decoration: none;
	color: #666666;
}
a.menu:visited {
	text-decoration: none; 
	color: #666666;
}
a.menu:active {
	text-decoration: none; 
	color: #666666;
}
a.menu:hover {
	text-decoration: none; 
	color: #111111;
}

ul { 
	list-style-type: circle; 
	list-style-position: outside;
	margin-left: 25px;
} 

table.menu1 {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.menu1 td {
	border-width: 7px;
	padding: 7px;
	border-style: solid;
	border-color: #999999;
	-moz-border-radius: 0px;
}

p.title {
	font-size: 60px;
	font-family: arial, "lucida console", sans-serif;
	font-weight: bold;
	color: #666666;
}

p.subtitle {
	font-size: 20px;
	font-family: arial, "lucida console", sans-serif;
	color: #666666;
}

</style>