.list { font-family :  arial, sans-serif; font-size : 11px; color : #FFFFFF; background-color : #333333; }
p{
	color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	list-style-position: outside;
} 

a {
	color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	list-style-position: outside;
}
a:active {
	color: #999999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	list-style-position: outside;
}
a:hover {
	text-decoration: none;
	color: #999999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	list-style-position: outside;
}
a:visited {
	color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	list-style-position: outside;
}
a:visited:hover { color: #999999; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	list-style-type: none; 
	list-style-position: outside;
}