body {
  margin: 10px 10px 10px 10px;
  color: #808080; 
  background-color: #F0F0F0;
  font-size: 15px;
  font-family:verdana,geneva,helvetica,arial,sans-serif;
  text-align: justify;
  }
b {
color: blue;
font-size: 20px
}
a:link {
color:#9900cc;
background:transparent;
text-decoration:underline;
}
a:visited {
color:blue;
background:transparent;
text-decoration:underline;
}
a:active {
color:magenta;
background:transparent;
text-decoration:underline;
}
a:hover {
color:#fffff0;
background:#aaaaff;
}

ul {
  margin-left: 3px;
  padding-left: 0;
}
li {
color:black;
 font-size: 16px;
 margin-left: 20px;
 text-align: left;
  padding-left: 0;
}


h1 { 
color:#808080 ; text-align: center;
font-size:30pt;
}
h2{ 
font-size:20pt;
color:#808080 ; text-align: center;
 }
 h3 { 
font-size:15pt;
color:blue; text-align: left;
 }
 h4 { 
font-size:15pt;
color: blue; text-align: left;
 }

td { border-width: medium; 
color: black; 
 padding:20px;
width:900px;
border-style: outset; 
text-align:left;
}
th
{
background-color:cyan;
font-size:20px;
text-align:center;
color: teal;
border-width: medium; 
border-style: outset; 
}
td.gen {
color: black;
border-width: 0px; 
text-align:center;
padding:0px;
}

p{ font-size:20px;
    text-align: justify;
	color: black; 
}
