BODY, TD, P, LI, BLOCKQUOTE {
font-family: verdana, arial,helvetica,sans-serif;
font-size: 14px;
color: #000000;
background-color: #e5fafb;
}



p {
align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
link-style: bold;
link:  #21565A;
vlink: #604983;
alink: #197B93;
margin-left: .3in;
margin-right: .3in;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-style: oblique;
color: #000000;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: bold;
color: #000000;
}

body {
margin: 14px;
}

a:link {
text-decoration: bold;
color: #21565A;
}


a:hover {
text-decoration: bold;
background-color: #CCCCCC;
}

.menu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #296B70;
margin-left: 0.2in;
margin-right: 0.1in;
position: top;
text-decoration: bold;
}

.menu a:link {
color: #21565A;
text-decoration: none;
}

.menu a:visited {
color: #604983;
text-decoration: none;
}

.menu a:hover {
color: #000000;
text-decoration: none;
}

.menu a:active {
color: #197B93;
text-decoration: none;
}


ul li a {
     display: block;
     text-decoration: bold;
     color: #000000;
     background: #FFFDF1;
     padding: 5px;
     border: 1px solid #ccc;
     border-bottom: 0;
     }

ul {
     margin: 0;
     padding: 0;
     list-style: none;
     width: 150px;
     border-bottom: 1px solid #ccc;
     }

ul li {
     position: relative;
     }

li ul {
     position: absolute;
     left: 149px;
     top: 0;
     display: none;
     }


li:hover ul, li.over ul {
     display: block; }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }

.blockquote  {
     margin-left: 7em;
}

startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace(" over", "");
   }
   }
  }
 }
}
window.onload=startList;


<ul id="2wtm-left-nav.txt">

.donate {
color: #000000;
align: left;
font-size: 11pt;
text-decoration: none;
margin-left: 0.2in;
margin-right: 0.1in;
}

.top-note {
color: #000000;
align: center;
font-size: 8pt;
text-decoration: oblique;
}

.courses {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #296B70;
margin-left: 0.3in;
margin-right: 0.2in;
}

.courses a:link {
color: #21565A;
text-decoration: none;
}

.courses a:visited {
color: #604983;
text-decoration: none;
}

.courses a:hover {
color: #000000;
text-decoration: none;
}

.courses a:active {
color: #197B93;
text-decoration: none;
}

.buynow {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #E2FFE6;
margin-left: 0.3in;
margin-right: 0.2in;
font-weight: bold;
background: #FF5A35;
}

