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

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:left;
padding:20px;
}
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;
}
ul {
  padding-left: 2px;
}
li {
font-size:20px;
 margin-left: 50px;
  padding-left: 0;
}
ol        { list-style-type: lower-alpha }  /* a b c d e etc. */
ol ol     { list-style-type: decimal }      /* 1 2 3 4 5 etc. */
ol ol ol  { list-style-type: lower-roman }  /* i ii iii iv v etc. */

