body {
  margin: 0px;	
	padding: 0px;
	background: url(images/background.jpg);
	background-attachment: fixed;
	background-position: center;
}
div.background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
  margin: 0px;	
	padding: 0px;
	background: url(images/background.jpg);
	background-attachment: fixed;
	background-position: center;
}
div.content {
  margin: 30px;
	padding: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: medium;
	line-height: 150%;
	letter-spacing: .8;
	word-spacing: .8;
	font-weight: bold;
}
p.center {
	text-align: center;
}
p.purple {
	color: #500050;
	font-weight: bolder;
	text-align: center;
}
span.larger {
	font-size: larger;
}
a{
	color: #000070;
	font-weight: bold
}
a:link, a:visited{
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
table{
	border-color: #500050;
	background-color: #FAC575;
	border-width: 5px;
	border-style: solid;
}
table td{
	padding: 0px;
}
table.headmenu {
	background-color: transparent;
	border-width: 0;
	border-spacing: 10px;
}
table.headmenu td{
	width: 200px;
	height: 25px;
	text-align: center;
}
td.a{
  background-color: #C185C1;
}
td.b{
  background-color: #A3C185;
}
td.c{
  background-color: #8585C1;
}
td.d{
  background-color: #C1C185;
}
table.transparent {
	border-color: transparent;
	background-color: transparent;
	border-width: 0;
}
table.home {
  height: 100%;
}
table.home td{
  padding: 10px;
}
table.about {
	width: 800;
}
table.about td{
  padding: 10px;
}
table.schedule {
  width: 800;
}
table.schedule th {
	height: 30;
	color: #500050;
	font-weight: bolder;
	text-align: center;
}
table.schedule td {
	height: 30;
}
table.contact {
	text-align: center;
	width: 395px;
	height: 200px;
}
