.menu a:link { color: white; text-decoration: none; }
.menu a:visited { color: white; text-decoration: none; }
.menu a:hover { color: yellow; }
.menu a:active { color: white; text-decoration: none; }
.right a:link { color: yellow; text-decoration: none; }
.right a:visited { color: yellow; text-decoration: none; }
.right a:hover { color: yellow; text-decoration: underline; }
.right a:active { color: yellow; text-decoration: none; }

p.menu
{
	color: white; 
	font-family: verdana;
	font-size: 16px;
	margin: 6px 6px 0 10px;
	line-height: 26px;
}

p.right
{
	color: white;
	font-family: verdana; 
	margin: 6px 16px 16px 0px;
	font-size: 12px;
}

p.body
{
	font-family: verdana; 
	line-height: 18px;
	font-size: 14px;
	text-align: justify;
}

p.copyright
{
	font-family: tahoma; 
	font-size: 10px;
	margin-top: 10px;
}

ul.menu
{
	list-style-type: none;
	padding: 0;
	margin: 0 6px 0 16px;
	color: white; 
	font-family: verdana;
	font-size: 12px;
}

ul.right
{
	list-style-type: none;
	padding: 0;
	margin: 0 0px 0 0px;
	color: white; 
	font-family: verdana;
	font-size: 12px;
}

li.right
{
	background-image: url('../images/arrow1.gif');
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 12px;
	margin-top: 6px;
}

li.menu
{
	background-image: url('../images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 12px;
}