/* This controls general settings */
body {
	background-color: #71418b;
	font-family: Verdana, Arial;
	color: #fbf509;
	font-size: 14px;
	}

/* This effects tables */	
td {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-style: ;
	color: #fbf509;
	bottom: auto;
	}


/* These control the color of links in the body text */
a:link {
	color: #fbf509; 
	text-decoration: underline;
	}

a:visited {
	color: #fbf509; 
	text-decoration: underline;
	}

a:hover {
	color: #cbc90b; 
	text-decoration: ;
	}

a:active {
	color: #cbc90b; 
	text-decoration: ;
	}


/* This controls lists */
li {
	font-family: tahoma;
	font-size: 14ps;
	color: #FFFF00;
	}

/* These are extra font styles */
h1 {
	font-family: Verdana, Arial;
	font-size: 20px;
	color: #FFFF00;
	text-align: center
	}

p {
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #FFFF00
	}

s1 {
	font-family: Verdana, Arial;
	font-size: 16;
	color: #FFFF00;
	}

s2 {
	font-family: ;
	font-size: ;
	color:
	}

s3 {
	font-family: ;
	font-size: ;
	color:
	}
