a:link {color: blue;}
a:visited {color: purple;}
a:link:hover {color: red;}
a:visited:hover {color: maroon;}

body {      background: white url(/back.jpg) 0 0 no-repeat fixed;
            }

div#menu {  position: absolute; 
            top: 60px; 
            left: 0; 
            width: 120px;
            font: 1em Arial, sans-serif;
            padding: 1px 1px;
            }
            
div#menu a {
            display: block; 
            text-align: center;
            font: bold 1em Arial, sans-serif; 
            padding: 1px 1px;
            margin:  5px 1px;
            border-width: 0; 
            text-decoration: none;
            color: black;
            border: solid #000000;
            border-width: 1px;
            background: white url(/back_alt.jpg) 0 0 no-repeat fixed;
            }
            
div#menu a:hover {
            color: #000;
            background: #A0C0E0 url(/back_ace.jpg) 0 0 no-repeat fixed;
            }

div#content {
            position: absolute; 
            top: 20px;
            left: 130px;
            right: 40px;
            color: black;
            font: 1em Arial, sans-serif;
            padding: 10px; 
            border: solid black;
            background: white url(/back_alt.jpg) 0 0 no-repeat fixed;
            }

div#content h1 {
            background: #E0C0A0; 
            margin: -10px -10px 10px -10px ; 
            padding: 20px;
            }

div#content h2 {
            background: #E0C0A0 url(/back_eca.jpg) 0 0 no-repeat fixed;
            margin: -10px -10px 10px -10px ;
            padding: 20px;
            }

div#content h3 {
            background: #A0C0E0 url(/back_ace.jpg) 0 0 no-repeat fixed;
            margin: 10px -10px 10px -10px ;
            padding: 20px;
            }

div#content img {
            border-width: 0;
            }



v#content a span {
            display:none;
            }

div#content a:hover span {
            display:block;
            position:absolute;
            margin-top:-20px;
            padding:5px;
            border:thin #000;
            }
