
/* Base content styles */

body
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 
	color: #000000;
	background: #666666;
}

h1
{
	font-size:large;
}

h2
{
	font-size:medium;
}
h3
{
	font-size:small;
}
p
{
	margin: 5px;
}
a, a:link
{
	color: #0000FF;
	text-decoration: underline;
}
a:visited
{
}
a:hover
{
	color: #FF0000;
	text-decoration: none;
}
a:active
{
}