/* CSS Document */

p{ 
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}
.navigation
{
	font-family: Verdana, sans-serif;
	color: #CC3366;
	font-style: oblique;
	font-weight: bolder;
	display: inline-table;
	padding: 8px;
	width: 100px;
}
.navigation:hover
{
	font-family: Verdana, sans-serif;
	color: #FF0066;
	font-style: oblique;
	font-weight: bolder;
	display: inline-table;
	padding: 8px;
	width: 100px;
	background: #FFFFCC;
}

