<style type="text/css">

a:link {
	color: #B65684;
	text-decoration: none;
}
a:visited {
	color: #B65684;
	text-decoration: line-through;
}
a:hover {
	color: #B65684;
	text-decoration: none;
}
a:active {
	color: #B65684;
	text-decoration: none;
}


h1 {
	font-family: arial;
	color: #C57B9C; 
} 

table {
	font-size: 10px;
	letter-spacing : 1px;

}

p {

	font-family: arial;
	font-size: 10px;
	color: #C57B9C; 
}

body {
	font-family: arial;
	font-size: 10px;
	letter-spacing: 1px;
	color: #C57B9C;
}

HR{	border-bottom: 1px dashed #C57B9C; 
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	height:1px; 
}
</style>