﻿
h1.header
{
font-size: 50px;
color: black;
text-align: center;
}

p.footer
{
text-align: center;
width: 600px;
color: black;
background-color: clear;
margin-right: auto;
margin-left: auto;
}

h2.title
{
text-align: center;
color: black;
font-size: 35;
}

h2.links
{
text-align: center;
color: black;
font-size: 30;
text-decoration: underline;
}

p.links
{
text-align: center;
color: black;
width: 600px;
font-size: 16px;
background-color: clear;
margin-right: auto;
margin-left: auto;
}

a:link {}
a:visited {color: #0000ff;}
a:active {}
a:hover {}

div.main
{
width: 800px;
margin-right: auto;
margin-left: auto;
background-color: white;
}

div.nav_ads
{
text-align: center;
position: relative;
top: 20px;
width: 200px;
float: left;
padding: 10px;
}

div.content
{
position: relative;
top: 20px;
width: 760px;
padding: 10px;
}

