body {
	background: White none;
	color: #DEB887;
	list-style-type: circle;
	background-image: url(../images/mainframe.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

body.smallview {
	margin-left:10em;
	margin-right:10em;
}

td {
	text-align: center;
}

.highlight {
	color: Aqua;
	font-style: italic;
	font-size: large;
	text-align: center;
	outline-style: dotted;
}
.bgblack {
}
h1 {
	border-style: solid none;
	font-style: italic;
	font-variant: small-caps;
	text-align: center;
}
h2 {
	border-bottom: 2px solid;
	font-style: italic;
}
h3 {
	border-style: ridge ridge;
	font-style: italic;
	font-variant: small-caps;
	text-align: center;
}

h4 {
	border-style: ridge ridge;
	font-variant: small-caps;
	text-align: center;
}
.specialtable
{
	border: thin dotted Blue;
	text-align: center;
}

a:link {
	color: Red;
}
a:visited {
	color: #FF4500;
}
a:hover {
	color: #48D1CC;
}

.boblbeeBG {
	background-color:transparent;
	color: #DEB887;
	background-image:none;
}