/* twm.css */
{ text-decoration:none; }
h1,h3,h5 { color: blue; font-family:  Helvetica, Arial; }
h2,h4 { color: darkred; font-family:  Helvetica, Arial; }

body { background: white url(images/background.jpg) }
th,td,select,input,p,body { color: darkblue; font-family: verdana, georgia, tty; font-size: 13px;} 

a { text-decoration: none; }
a:link { color: darkred; }
a:visited { color: darkred; }
a:active { color: darkred; }
a:hover { color: red; background-color: orange;}
/* a:hover { color: #006666; background-color: #F0F0F0;} */


/* 
a {color: #0000CC; text-decoration: none; }
a:visited {color: #000099;}
a:hover {color: #0066FF; text-decoration: underline overline; }
a:active {color: #0033CC; } 
*/

.menu { font-family : Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
/* .tiny { font-family: New Century Schoolbook, Times, serif; font-size: 8pt; font-weight: bold; } */
/* .tunes{ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; } */
.tunes{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
.tiny { font-family: Helvetica, Verdana, sans-serif; font-size: 10px; }