/* === GLOBAL SETTINGS === */

body					/* applies to the document background */
{
	font-size:			x-small;
	font-family:			 "Comic Sans MS", Arial;
; background-color: #000000}

p					/* applies to all paragraphs */
{
	font-size:			x-small;
	font-family:			"Comic Sans MS", Arial;
; color: #000000
}

table					/* applies to all tables */
{
	font-size:			x-small;
	font-family:			"Comic Sans MS", Arial;
; color: #000000
}

td					/* applies to all table cells */
{
	font-size:			x-small;
	font-family:			"Comic Sans MS", Arial;
; color: #000000
}

ol					/* applies to all ordered lists */
{
	font-size:			x-small;
	font-family:			"Comic Sans MS", Arial;
	color: #000000;

}

ul					/* applies to all unordered lists */
{
	font-size:			x-small;
	font-family:			"Comic Sans MS", Arial;
	color: #000000;

}

li					/* applies to all list items */
{
	font-size:			x-small;
	font-family:			"Comic Sans MS", Arial;
	color: #000000;

}
a:visited
{
	color:				#000000;
	font-weight:			normal;
; text-decoration: underline
; font-family: "Comic Sans MS", Arial; font-size: x-small
}

a:hover
{
	color:				#999999;
; text-decoration: underline
; font-family: "Comic Sans MS", Arial; font-size: x-small; font-weight: normal
}


a:link { 
	color:				#CC00CC;
	font-weight:			normal;
; text-decoration: underline
; font-family: "Comic Sans MS", Arial; font-size: x-small
 } 


h1 {
	color:				#CC00CC;
	font-family:			"Comic Sans MS", Arial;
	font-size: medium;

 } h2 {
	color:				#CC00CC;
	font-family:			"Comic Sans MS", Arial;
	font-size: x-small;

 } h3 { 
	color:				#000099;
	font-family:			Arial, Helvetica, sans-serif;
 } h4 {
	color:				#FFFFCC;
	font-family:			"Comic Sans MS", Arial;
	font-size: medium;

 } a:active {  font-family: "Comic Sans MS", Arial; font-size: x-small; font-weight: normal; text-decoration: underline; color: #CC00CC}

h5 { 
	color:				navy;
	font-family:			Arial, Helvetica, sans-serif;
 } 
.form {
	font-family: "Comic Sans MS", Arial;
	font-size: x-small;
	background-color: #FFCC66;
	border-top: thin solid #CC00CC;
	border-right: thin none #CC00CC;
	border-bottom: thin none #CC00CC;
	border-left: thin solid #CC00CC;

}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #330099;
}
