<script type="text/css">
body

{

   background-color: #9c9cFF;

   margin-left: 1%;

   margin-right: 5%;

   font-family: tahoma, arial, sans-serif;

}

p, ul, ol, dl

{

   text-align: justify;

}

h1

{

   text-align: center;

   //background-color: #9C9;

   border: thin solid black;

   padding: 5px;

   color: navy;

}

h2

{

   text-align: center;

   //background-color: #9C9;

   border: thin solid black;

   padding: 5px;

   color: navy;

}

h3

{

   text-align: center;

   color: navy;

}

A:link

{

   color: navy;

   text-decoration: underline;

}

A:visited

{

   color: purple;

   text-decoration: underline;

}

A:active

{

   color: red;

   text-decoration: underline;

}


