/* style.css - a style sheet with background */
body {
  margin: 10px 10px 10px 10px;
  color: #ffffff; background:#cccccc;
  font-size: 15px;
  font-family:verdana,geneva,helvetica,arial,sans-serif;
  text-align: justify;
  }
b {
color: blue;
font-size: 25px
}
#f {color: magenta}
#black {color: black; 
font-size:20px
}
a:link {
color:#B4045F;
background:transparent;
text-decoration:underline;
}
a:visited {
color:#006400;
background:transparent;
text-decoration:underline;
}
a:active {
color:#006400;
background:transparent;
text-decoration:underline;
}
a:hover {
color:#fffff0;
background:#aaaaff;
}

ul {
  margin-left: 3px;
  padding-left: 0;
}
li {
 font-size: 16px;
 margin-left: 20px;
  padding-left: 0;
}


h1 { 
color:#FF6633; text-align: center;
font-size:30pt;
}
h2{ 
font-size:20pt;
color: green; text-align: center;
 }
 h3 { 
font-size:15pt;
color: green; text-align: center;
 }
 h4 { 
font-size:15pt;
color: green; text-align: left;
 }
#gen { border-width: 10px; 
border-style: outset;
text-align: justify;
width:900px;
border-color:magenta} 

td { border-width: medium; 
border-style: outset; 
text-align:center;
}
th
{
background-color:cyan;
font-size:20px;
text-align:center;
color: teal;
border-width: medium; 
border-style: outset; 
}

p{ font-size:20px;
    text-align: justify;
}
