body
{
margin : 0;
padding : 0;
font-family: verdana, arial, helvetica, sans-serif;
background-color: #CED6DE;
}


div.main_content
{
  margin:  15px;
}


h1
{
color:navy;
font-family: verdana, arial, helvetica, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
}

h2
{
color:navy;
font-family: verdana, arial, helvetica, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 14px;
}

h3
{
color:navy;
font-family: verdana, arial, helvetica, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
}

h4
{
color:navy;
font-family: verdana, arial, helvetica, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 10px;
}

h5
{
color:navy;
font-family: verdana, arial, helvetica, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 9px;
}

h6
{
color:navy;
font-family: verdana, arial, helvetica, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 9px;
}

a:link
{
color:navy;
font-weight: normal;
text-decoration : underline;
}

a:visited
{
color:navy;
font-weight: normal;
text-decoration : underline;
}

a:active
{
color:blue;
font-weight : normal;
text-decoration : underline;
} 

a:hover
{
color:black;
font-weight : normal;
text-decoration : underline;
} 
