body {

font-size: 0.8em;
background-color: #777777;
font-family: Verdana, Arial;
}

h1 {

font-size: 2em;
text-align: center;
letter-spacing: 5px;
}

h2 {

color: #993300;
font-size: 1em;
text-align: center;
font-style: bold;
}

h3 {

font-size: 0.8em;
text-align: left;
}

p {

text-align: center;
}	

#content {

border: 2px #000000 solid;
background-color: #CCCCCC;
position: relative;
margin-left: 200px;
width: 720px;
}

#menu {

font-weight: bold;
width: 720px;
border-bottom: 2px #000000 solid;
text-align: center;
}

#main {

position: relative;
width: 660px;
margin-left: 30px;
margin-bottom: 15px;
text-align: center;
}

#copyright {

margin-top: 50px;
margin-left: 200px;	
text-align: center;
width: 720px;
background-color: #CCCCCC;
border: 2px #000000 solid;
}

a:link {

text-decoration: none;
color: #FF9900;
}

a:visited {

text-decoration: none;
color: #FF9900
}

a:hover {

background-color: #0099FF;
}