body{
	background-image: url(../background.gif);
	font-family: "Times New Roman", Times, serif;
	color: #9932CC;
	scrollbar-3dlight-color: pink;
	scrollbar-arrow-color: magenta;
	scrollbar-base-color: pink;
	scrollbar-darkshadow-color: pink;
	scrollbar-face-color: white;
	scrollbar-highlight-color: pink;
	scrollbar-shadow-color: yellow;
	scrollbar-track-color: pink;
}
.pageheadings{
	font-size: 18px;
	color: #9932CC;
	font-weight: bold;
}
.boxheadings{
	font-size: 15px;
	color: #9932CC;
	font-weight: bold;
}
td,p{
	font-size: 14px;
	color: #9932CC;
}
.pagetable{
	border-bottom: 4px dashed White;
	border-top: 4px dashed White;
	border-left: 4px dashed White;
	border-right: 4px dashed White;
}
.front_page{
	font-size: 16px;
}
.table_heading{
	background-color: #FFE4E1;
	color: #9932CC;
	font-weight: bold;
}
.table_text{
	background-color: #FFF0F5;
	color: #9932CC;
	font-weight:bold;
}
.table_description{
	background-color: #FFF5EE;
	color: #9932CC;
}
a.navigation:link{
	color: #9932CC;
	font-weight:bold;
	text-decoration: none;
}
a.navigation:active{
	color: magenta;
	font-weight:bold;
	text-decoration: none;
}
a.navigation:hover{
	color: magenta;
	font-weight:bold;
	text-decoration: none;
}
a.navigation:visited{
	color: #9932CC;
	font-weight:bold;
	text-decoration: none;
}