BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #800080;
	font-size: 80%;
	background: URL(images/page_background.gif) repeat-x top #eeeeee;
	margin: 0;
}

.script {
	font-family: cursive;
}

.bigger {
	font-size: 1.5em;
}

.pagetable {
	border: 1px solid Silver;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 662px;
	margin-left: auto;
	margin-right: auto;
	background: URL(images/header_background.gif) repeat-x top White;
}

UL { margin-top:0; }

UL LI {
	margin-bottom: 1em;
}

#footer {
	margin-bottom: 2em;
	padding-bottom: 2em;
	margin-top: 1em;
	color: #808080;
	text-align: center;
}

A:link, A:active, A:visited {
	color: Blue;
	text-decoration : none;

}
A:hover   {
	color: White;
	text-decoration : underline;
	background-color : #800080;
	text-decoration : none;
}

/*  Buttons  */
.myButtonTD {
	background-color : #800080;
	text-align: center;
	border : 1px solid Gray;
	padding: 3px 4px 3px 4px;
}
A.myButton:link, A.myButton:active, A.myButton:visited {
	color: White;
	text-decoration : none;
	}
A.myButton:hover   {
	color: Black;
	background-color : #D79BDB;
}
.activeButton {
	color: White;
	border : 1px solid Gray;
	padding: 3px 4px 3px 4px;
	background-color : #D79BDB;
}
/*  ENDS  */
HR {
	height: 1px;
	color: #800080;
}
.footer {
	font-size: xx-small;
	color: Gray;
	text-align: right;
}
A:link, A:active, A:visited {
	color: Blue;
	text-decoration : none;

}
A:hover   {
	color: White;
	text-decoration : underline;
	/* background-color : #800080; */
	text-decoration : none;
}

A.bristol:link, A.bristol:active, A.bristol:visited {
	color: Black;
	text-decoration : none;
	font-weight: bold;
}
A.bristol:hover {
	color: White;
}
