#contents
{
margin-top: 10px;
width: 700px;
padding: 10px;
background-color: #FFF;
color: #000;
}


body {
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}


a:link,
a:visited,
a:active {
         color: blue;
	 text-decoration: none;}

h1 {
   font-weight: bold; font-size: 140%;
   color: black;
}

h2 {
   font-weight: bold; font-size: 100%;
   color: black;
   margin-bottom: 0;
}

h3 {
   font-weight: normal; font-size: 100%;
   color: black;
   text-decoration: underline;
   margin-bottom: 0;
}

li {
margin-top: 1em;
}

p  {
    font-size: 80%;
	font-weight: normal;
text-align: justify;}

