@charset "utf-8";
/* CSS Document */

body
{
background-color: #FFFFFF;
}

h1 
{
font-size: 0.8em;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
color: #000000;
}

h2 
{
font-size: 0.8em;
font-family: Georgia, "Times New Roman", Times, serif;
text-decoration: underline;
font-weight: normal;
color: #000000;
}

h3
{
font-size: 1.2em;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #000000;
}

p 
{
font-size: 0.8em;
font-family: Georgia, "Times New Roman", Times, serif;
color: #000000;
}


em
{
font-style:italic;
}

a:link 
{
text-decoration: none;
color: #000000;
}

a:visited
{
text-decoration: none;
color: #000000;
}

a:active
{
text-decoration: underline;
color: #990000;
}

a:hover
{
text-decoration: underline;
color: #990000;
}

.main 
{
width: 50%;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
margin-bottom: 10%;
min-width: 400px;
}

.masthead

{float: left;
width: 50;
margin-left: 10%;
margin-right: 10%;
margin-top: 20px;
}

.sidebar
{
margin-top: 20px;
}

.picture
{
width: 400px;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
margin-bottom: 10%;
border: none;
}