/* CSS Document */

body {
	font-family: tahoma;
	color:#FFF;
	font-style: normal;
	font-size:12px;
	line-height:14px;
}

a:link {
	color:#33225e;
	text-decoration:none;
}
a:visited {
	color:#33225e;
	text-decoration:none;
}

a:active {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	color:#FFF;
	text-decoration:none;
}


