body { 
	font-size: 12px; 
	font-family: arial;
	background: url(images/tsvlogo1.jpg);
	background-color: white;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}
h1 {
	color: darkgreen;
	font-family: arial;
	background-color:;
	font-style: italic; oblique;
}
p {
	font-size: 12px; 
	color: black;
	font-family: arial;
	background-color: ;
}
.format1 {
	color: red;
}
.format2 {
	color: green;
	font-family: verdana;
}
font-style
.format3 {
	color: black;
	font-family: sans-serif;
}
#navigation {
	margin-top: 0px;
	width: 120px;
}
#navigation a {
	display: block;
	height: 16px;
	padding-left: 10px;
	padding-top: 3px;
	color: white;
	background-color: darkgreen;
	text-decoration: none;
	font-family: arial;
	border:1px solid grey;
}
#navigation a:hover {
	color: white;
	background-color: green;
	border-left: 6px solid #aaaaaa;
	padding-left: 4px;
}
tbody {
	font-size: 13px; 
	font-family: arial;
}
div {
	background-color: ;
}
span {
	background-color:;
}
#a3 {
	position:absolute;
	top:20px;
	left:200px;
	width:250px;
	height:250px;
	z-index:3;
	background-color:#ffa;
}
