/*
    $Id: don.css,v 1.5 2011/03/11 19:25:28 waiscool Exp $ 
    CSS for Etherington and Roberts Dicationary
*/


body {
    background: #FFFFFF;
    color:#000000;
    line-height: 1.5;
}

ul.termmenu li {
    list-style-type: none; 
    padding: 0;
   /* background-color:yellow; */
    line-height: 1.3;
}

div#mainpagemenu ul {
    list-style-type: none;
    margin: 15px;
    padding: 5px;
    width: auto;
    border: 4px;
    line-height: 1.3;

}


div#lettermenu ul {
    list-style-type: none;
    margin: 15px;
    padding: 5px;
    width: auto;
    border: 4px;
    line-height: 1.3;

}

a:link     { color: #383838; text-decoration: none; }
a:visited  { color: #383838; text-decoration: none; }
a:focus    { color: #778899; text-decoration: none; font-weight: bold}
a:hover    { color: #778899; text-decoration: underline; font-weight: bold; background:
#FFEC8B; color: #778899;}
a:active   { color: #CAE1FF; }


