﻿
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 {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: none;}

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: 600px;
padding: 10px;
}
a.header
{
text-decoration: none;
font-size: 50px;
color: black;
}
p.text
{
width: 600px;
text-align: center;
color: black;
font-size: 18px;
background-color: clear;
margin-right: auto;
margin-left: auto;
}

a.footer
{
text-decoration: none;
color: black;
font-size: 13px;
}
p.desc
{
width: 550px;
text-align: left;
color: black;
font-size: 15px;
background-color: clear;
margin-right: auto;
margin-left: auto;
}
