body    {font: 10pt;
        font-family: Serif;
        color: black;
        }

h1      {font; 24pt;
        font-family: Sans-Serif;
        color: black;
        }

h2      {font; 16pt;
        font-family: Sans-Serif;
        color: black;
        }

p       {text-indent: 0.0 in;
        margin-left: 50px;
        margin-right: 50px
        }

a:link: {color: red;
        text-decoration: none
        }

a:visited: {color: green;
        text-decoration: none
        }

.important {background: yellow;
        font-weight: extra-bold
        }

ul      {list-style: disc;
        compact
        }

#note   {background: orange
        }



/*HOVER POPUP LINKS*/

#header a, #header a:visited {
position: relative;
display: block;
width: 600px; 
text-align: right;
padding: 10px;
margin: 10px;
text-decoration: none;
font-size: 1.0em;
font-weight: bold;
}

#header a span {display: none;}

/* the IE correction rule */
#header a:hover	{
/* color: #f00; background-color: #e9e9e2; */
text-indent: 0; /* added the default value */
}

/* This governs the size of the popup */
#header a:hover span{
position: absolute;
display: block;
top: 25px;
left: 250px;
width: 350px;
margin: 6px;
padding: 10px;
color: #335500;
line-height: 10px;
font-size: 0.8em;
font-weight: normal;
background: #e5e5e5;
text-align: left;
border: 1px solid #666;
}

#header p {text-indent: 0.0 in;
        margin-left: 0px;
        margin-right: 0px
        }


