/* style.css - a style sheet with background */
body {
  margin: 10px 10px 10px 10px;
  color: #000000; background:#ffffcc;
  font-size: 20px;
  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:blue; 
background:transparent;
text-decoration:underline;
font-weight:bold;
}
a:visited {
color:gray;
background:transparent;
font-weight:bold;
}
a:active {
color:gray;
background:transparent;
font-weight:bold;
}
a:hover {
color:#fffff0;
background:#aaaaff;
}

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


h1 { 
color:#FF6633; text-align: center;
font-size:30pt;
}
h2{ 
font-size:20pt;
color: brown; text-align: left;
 }
 h3 { 
font-size:15pt;
color: brown; text-align: center;
 }
 h4 { 
font-size:15pt;
color: gray; 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:left;
padding:20px;
}
th
{
background-color:yellow;
font-size:20px;
 text-align: left;
color: teal;
border-width: medium; 
border-style: outset; 
}

p{ font-size:20px;
    text-align: justify;
}
ul {
  padding-left: 2px;
   text-align: left;
}

