body, html
{
margin: 0;
background-color: #F0F0F0;
}

div.container 
{
width: 700px;
height: 500px;
margin-left: auto;
margin-right: auto;
background-color: #E8E8E8;
}

hr {color: #FFFFFF}

h1
{
font-family: Arial;
font-size: 100%;
font-style: normal;
font-weight: lighter;
margin-top: 20px;
margin-left: 30px;
text-decoration: none;
color:#909090;
}

h2
{
font-family: Arial;
font-size:150%;
font-style:normal;
font-weight:lighter;
color:#909090;
margin-left:30px;
margin-top:20px;
margin-right:20px;
text-decoration:none;
}

h5
{
color: #909090;
font-family: Arial;
font-size: 80%;
margin-top:22px;
margin-left:40px;
font-style:normal;
font-weight:lighter;
text-decoration:none;
}

p 
{
color:rgb(0,0,0);
font-family: Arial;
font-size: 90%;
font-style: normal;
font-weight: lighter;
margin-left: 20px;
margin-right: 30px;
margin-top: 20px;
margin-bottom: 20px;
text-decoration: none;
}

p1 
{
color:rgb(0,0,0); 
font-family: Arial;
font-size:70%;
font-style:normal;
font-weight: lighter;
margin-left:20px;
margin-top: 10px;
text-decoration:none;
}

p2 
{
color:rgb(0,0,0);
font-family: Arial;
font-size: 70%;
font-style: normal;
font-weight: lighter;
margin-left: 20px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 20px;
text-decoration: none;
}

a.one:link
{
color: #909090;
font-family: Arial;
text-decoration: none;
}
a.one:visited
{
color: #909090;
text-decoration: none;
}
a.one:hover
{
color: #000000;
text-decoration: none;
}

a.two:link
{
color: none;
text-decoration: none; 
}
a.two:hover
{
color: none;
}


a.three:link
{
color: #780000;
font-family: Arial;
text-decoration: none;
}
a.three:visited
{
color: #780000;
text-decoration: none;
}
a.three:hover
{
color: #909090;
text-decoration: none;
}