Background {
	background-image: url(lttanpaper.jpg);
}
H1{
	text-align : center;
	font-style : normal;
	font-family: "Georgia", "Times New Roman", Times, serif;
	color: Black;
}
H2{
	text-align : left;
	font-style : italic;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Blue;
}
H3 {
	text-align: left;
	font-style: normal;
	font-family: "MS Serif", "New York", serif;
	color: Green;
}
P{
	color: Black;
	font : small sans-serif;
}
A:link {
	color: Blue;
	text-decoration : underline;
}          
A:visited {
	color: Red;
	text-decoration: underline;
}
.title
{
	position: absolute;
	width: 100px;
	height: 20px;
	left: 10px;
	z-index: 10;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color : Blue;
}

.submenu
{position: absolute;
left: 25px;
width: 150px;
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
visibility: hidden;}
