#website
{
margin:auto;
width:980px;
}
.delete
{
color:#FF0000;
text-decoration:underline;	
}
.title
{
	position:absolute;
	left: 15px;
	top: 22px;
	font-size:87px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
.pic
{
border:1px solid black;	
}
.link
{
text-decoration:none;
color:black;	
}
#head
{
font-size:107px;
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
height:150px;
margin-bottom:10px;
border:1px solid black;
}
.selected
{
background:url(nav.jpg);
font-size:33px;
text-decoration:none;
color:white;
border-top-left-radius:7px;
border-top-right-radius:7px;
margin-bottom:0px;
margin-left:4px;
margin-right:4px;
}
.nav
{
background:gray;
font-size:33px;
text-decoration:none;
color:white;
border-top-left-radius:7px;
border-top-right-radius:7px;
margin-bottom:0px;
margin-left:4px;
margin-right:4px;
margin-top:10px;
}
#content
{
text-align:center;
font-size:30px;
background:url(background.jpg);
background-repeat:no-repeat;
}
