body {
	font-size: medium;
	font-family: "Arial Rounded MT Bold", arial, sans-serif;
	color: #bca5c1;
	background-color: Black;
}

a:link {	color: #D555D6;}
a:visited {	color:#7744AA;}
a:hover {	color: Fuchsia;}
a:active {	color: #9D0044;}

#header {
	font-size: 90%;
}

#footer {
	clear: left;
	text-align: center;
	padding-bottom: 25px;
	font-size: 70%;
	font-weight: normal;
	font-family: verdana, tahoma, arial, sans-serif;
	font-variant: small-caps;
}

#footer a:link {
	color: #D970D9;
	text-decoration: none;}
#footer a:visited {color:#7744AA;}
#footer a:hover {color: Fuchsia;}
#footer a:active {color: #9D0044;}

