body
{
background-image: url('images/papyrus.gif');
background-repeat: repeat;
background-attachment: fixed;
}

p.body 
{
font-family: verdana;
font-size: 100%;
font-weight: bold;
text-align: left
}

p.body1 
{
font-family: verdana;
font-size: 80%;
font-weight: bold;
text-align: center
}

p.body2 
{
font-family: verdana;
font-size: 80%;
font-weight: bold;
text-align: left
}

p.body3 
{
font-family: verdana;
font-size: 150%;
font-weight: bold;
text-align: center
}

p.body4 
{
font-family: verdana;
font-size: 120%;
font-weight: bold;
text-align: center
}

p.body5 
{
font-family: verdana;
font-size: 200%;
font-weight: bold;
text-align: center
}

p.body6 
{
font-family: verdana;
font-size: 200%;
font-weight: bold;
text-align: center;
color: white
}


#side {
	position: absolute;
	height: 48px;
	width: 148px;
	left: 65px;
	top: 440px;
}

#main {
	font-family: verdana;
	font-size: 100%;
	position: absolute;
	top: 440px;
	height: 400px;
	width: 75%;
	left: 250px;
	text-align: left;
}

a:link {color: blue}
a:visited {color: red}
a:hover {color: green}
