
.body{
	font-family : Arial;
	font-size : 10px;
	color : #000000;
	text-decoration : none;
	line-height : 12px;
}

.quote{
	font-family : Arial;
	font-size : 9px;
	color : #FFFFFF;
	font-weight : bold;
	font-style : italic;
	letter-spacing : 2px;
	text-decoration : none;
	line-height : 12px;
}

.link{
	font-family : Arial;
	font-size : 9px;
	color : #FFFFFF;
	letter-spacing : 2px;
	text-decoration : none;
	line-height : 9px;
}

A:link {color:#FFFFFF; text-decoration : none}
A:visited {color:#FFFFFF; text-decoration : none}
A:active {color:#FFFFFF; text-decoration : none}
A:hover {color:#FFFFFF; text-decoration : none; background:#891377}

