body, p, li, div, input, select, table {
	background:#DEC598;
	font-family:Arial;
	font-size:12px;
	color:black;
}
A {
	text-decoration: none;
	color: #0033CC;
}
A:Visited {
   	color: #800080;
}
A:Hover {
	color: #FF6600;
}
A:active {
    color: #800080;
}
THEAD {
	font-weight:bolder;
	text-align:center;
	text-decoration:underline;
}
TD {
	vertical-align:top;
}
H1 {
	font-size: 16px;
}
H2 {
	font-size: 14px;
}
.TopStyle {
	position:absolute;
	top:6px;
	left:158px;
	width:620px;
}
.NavStyle {
	position:absolute;
	top:6px;
	left:2px;
    width:150px;
}
.Logo {
	color: red;
	font-style:italic; 
	font-size:36px;
	font-family:'Times New Roman'; 
	text-align:center;
}
.Bla {
	border:2px solid black;
	background:white;
	position:relative;
	right:10px;
	top:30px;
	width:150px;
	padding:3px;
	color:black;
}
.Blurb {
	font-weight:bolder;
	font-size:12px;
	text-align:center;
}
IMG {
	border-width:0px;
}