
a, a:link, a:vlink
{
	text-decoration: none;
	color : #003300;
}

a:hover
{
	text-decoration: underline;
	color : #009900;
}

.menu
{
	font-family: verdana;
	font-weight: bold;
	font-size: 12;
}

.content
{
	color: #003300;
	font-family: verdana;
	font-size: 12;
}

.title
{
	color: #006600;
	font-family: verdana;
	font-size: 22;
	font-weight: bold;
	text-align: center;
}
