A:link, A:visited, A:active { color: blue; text-decoration: none;}
A:hover{background-color: #ffffff; color: blue; text-decoration: none}

ul
{
   /*list-style: url(./../images/doclog.jpg);
   list-style: url(./../images/doc.gif);
   */
   list-style-type: circle;
}

li
{
   font-size:14px; font-weight:normal; font-family: sans-serif; color:black;
}


h3
{
   font-size:22px; font-weight:normal; font-family:Verdana, sans-serif, monospace;
   padding-bottom: 0em; color:black;
}

h4
{
   color:black;
   font-size:16px; font-weight:bold; font-family:Verdana, arial, monospace;
   border-bottom:2px solid navy; text-align:center;
   margin-left: 5%;
   margin-right: 5%;
   padding-bottom: .2em;

}

h4 a
{
   font-size:12px;
}

div#direct
{
   color:black;
   border-top:2px solid navy;
   border-bottom:2px solid navy;
   padding-top: .4em;
   padding-bottom: .4em;

}


/*
ul { list-style: disc; }
il { list-style: disc; }

li{ list-style-image: url(doc.jpg) }
ul { list-style-type: circle  }
*/

A { color:blue; text-decoration:none }

a img{ border-color: #FEF8D6 } 

a:hover img{
   /*color: #FEF8D6;*/
   border-color: #669966
}

span#author
{
   font-size:10px; font-family:arial; font-style: italic; font-weight:normal
}