/* CSS Document */

body {
	font-family: Verdana;
	font-size: 11px;
	color: #9E0039;
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: justify;
}

a:link, a:visited, a:active {
	color: #9E0039; 
	text-decoration: none;
	letter-spacing: 1px;
}

a:hover {
	color: #9E0039;
	text-decoration: none;
	letter-spacing: 1px;
	background-image: url(../images/paw2.gif);
	background-repeat: no-repeat;
	background-position: right;
}