a:link {color: blue;}
a:visited {color: purple;}
a:link:hover {color: red;}
a:visited:hover {color: maroon;}
img {border-width: 0;}

div#leftmenu {position: absolute; top: 60px; left: 0; width: 120px; font: 1em Arial, sans-serif;
            padding: 1px 1px;}
div#leftmenu 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;}
div#leftmenu a:hover {color: #000;background: #ACE;}



div#content {position: absolute; top: 20px; left: 130px; right: 170px;
            color: black; font: 1em Arial, sans-serif; padding: 10px; 
            border: solid black;}

div#content h1 {background: #CEA; margin: -10px -10px 10px -10px ; padding: 20px; }
div#content h2 {background: #ECA; margin: -10px -10px 10px -10px ; padding: 15px; }     
div#content h3 {background: #ACE; margin: 10px -10px 10px -10px ; padding: 10px; }     
div#content img {border-width: 0;}


div#rightmenu {position: absolute; top: 60px; right: 0; width: 165px; 
font: 1em Arial, sans-serif;
            padding: 1px 1px;}
div#rightmenu 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;}
div#rightmenu a:hover {color: #000;background: #ACE;}

