/* CSS Document */
body
{
font-family:"Times New Roman";
font-size:18px;
color:#000000;
background-color:MediumBlue;
margin:100px 25px 15px 25px;
}
h1,h2,h3,h4
{
font-family:"Tahoma";
text-align:center;
font-weight:bold;
}
p.left
{
font-size:16px;
text-align:left;
}
ul
{
margin-left:0;
list-style-type:none;
}

