a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #0000FF;
	text-decoration: underline;
	cursor: crosshair;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #0000FF;
	text-decoration: underline;
	cursor: crosshair;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #3399FF;
	text-decoration: underline;
	cursor: crosshair;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	color: #9999FF;
	margin: 0 0 0 0;
	padding: 85px 0 0 0;
	text-decoration: none;
	background-color: #9999FF;
	background-image:  url(davidback.jpg);
	background-position: left top;
	background-repeat: repeat;
	background-attachment: scroll;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
	text-indent: 2em;
	background-color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: none;
	color: #FFFFFF;
	font-style: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.text {
	position: absolute;
	width: 325px;
	left: 5%;
	height: auto;
	text-align: center;
}
.side {
	position: absolute;
	width: 50%;
	right: 5%;
	height: auto;
	padding: 5px;
}
div.fixed
  {
	position: absolute;
	top: 0;
	height: 80px;
	left: 0;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-color: #9999FF;
	background-color: #FFFFFF;
	background-image: url(fanback.jpg);
	text-align: center;
  }
@media screen
  {
  body>div.fixed
    {
    position: fixed;
    }
  }

