body {
	font: normal 10px/normal Verdana, Arial, Helvetica, sans-serif;
	color: black;
}
h3 {
	color: Black;
	font : bold;
}
h2 {
	color: Black;
	font : bold;
}
B{
color: Black;	
}

A:link {
	color: #990099;
	text-decoration: none
}
A:visited {
	color: 990099;
	text-decoration: none
}
A:hover {
	color: cc99cc;
	/* font-weight: bold; */
}

A.two  {
	color : White;
	text-decoration : none;
	font : bold;
	margin-left :20px;
}

A.two:Visited  {
	color : White;
	text-decoration : none;
	font : bold;
}

A.two:Hover  {
	color : #ccccff;
	text-decoration : none;
	font : bold;
}




