@charset "utf-8";
/* CSS Document */

body {
	background: transparent;
	width:490px;
	font-size:80%;
	margin:5px 5px 5px 20px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #CCCCFF;
	text-decoration: underline;
}

a:hover{
	color: #CC99FF;
	text-decoration: underline;
}
