

a:link{
	background: transparent;
	border-bottom-width: 2px;
	border-color: #FFFFFF #FFFFFF #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a:visited{
	background: transparent;
	color: #BBBBBB;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	background: transparent;
	border: dotted;
	border-color: #FFFFFF #FFFFFF #FFFFFF;
	border-width: 0px 0px 3px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a:active{
	background: transparent;
	border-bottom-width: 2px;
	border-color: #000000 #000000 #CCCCCC;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: dotted;
	border-top-width: 0px;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

body{
	background-image: url(images/sparkle.gif);
	color: #000000;
	font: 13px Verdana, Arial, sans-serif;
}

h1{
	background: transparent;
	color: #000066;
	font: bold 18px Verdana, Arial, sans-serif;
	letter-spacing: 3px;
	text-decoration: underline;
}

p{
	background: transparent;
	color: #000000;
	font: bold 12px Verdana, Arial, sans-serif;
}

td{
	background: transparent;
	color: #000000;
	font: bold 12px Verdana, Arial, sans-serif;
}



