.body {
	color:#333333;
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 18px;
}

a:link {
	color: #f87ea5;
	text-decoration: underline;
	font-family: "Andale Mono", "Courier New", Courier, monospace;
} 

a:visited {
	color: #f87ea5;
	text-decoration: underline;
} 

a:active {
	color: #f87ea5;
	text-decoration: underline;
} 

a:hover {
	color: #CC3366;
	text-decoration: underline;
}

ul{
list-style-image: url("g/dash.gif");
padding: 0;
margin-left: 0;
font-weight: bold;
}

