body{

margin-top:20px;
margin-left: 40px;
margin-right:40px;
background-color: LightGrey;
}

#container{

width: 800px;
background-color: White;
height: 600px;
}

#centrist{


text-align: center;

}

.space{

width: 50px;

}

#links{

text-align: right;
font-family: Georgia, Arial;
font-size: 14pt;
padding: 10px;
font-weight: 500;
}

#links a{

color: Black;

}

#contentpane{
text-align: left;
padding: 30px;
padding-right: 100px;
font-family: Georgia, Arial;
font-size: 12pt;


}

#bottomarea {

width: 800px;
background-color: White;
}

#bottomarea td{

padding: 30px;
font-family: Georgia, Arial;
font-size: 7pt;
}
