/* CSS Document */

body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px;

	background-image: url(images/bkgsmprpl.jpg);
	background-repeat:no-repeat;
	background-position: center;
	}
a:link {text-decoration: none;
	font-weight: bold;
	color: #330066;
	}
a:visited {text-decoration: none;
	font-weight: bold;
	color: #663399;
	}
a:active {text-decoration: none;
	font-weight: bold;
	color: #663399;
	}
a:hover {
	font-weight: bolder;
	color: #99FF00;
	text-decoration: none;
	font style: normal;
}


