a
{
	color: #993300;
	text-decoration: none;
}

a:hover
{
	color: #993300;
	text-decoration: underline;
}


a:link
{
	color: #993300;
	text-decoration: none;
}

a:vlink
{
	color: #993300;
	text-decoration: none;
}


.menu
{
	font-family: verdana;
	font-size: 12;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.menu a
{
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:hover
{
	text-decoration: none;
	color: #FF0000;
}

.title
{
	font-family: verdana;
	font-size: 20;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

.content
{
	font-family: verdana;
	font-size: 13;
	text-align: justify;
}

.left
{
	font-family: verdana;
	font-size: 10;
	background-color: #FFEED4;
	text-align: center;
}