/* CSS Document */

/* DanyoDesigns, LLC */

body {
      color: black;
      font-family: Times New Roman;
      margin: 4px;
      text-align:center;
      margin-left:200px; 
      }
      
iframe.toc {border:0px; height:100%; width:200px;}   

   

body.wires {background-image:url('images/wires.jpg');
            background-repeat: no-repeat; 
            background-attachment: fixed;
            background-position:right bottom;
}

div.menu {position:fixed; 
          left:6px; 
          top: 20px; 
          border: 1px solid blue;
           width:20%; 
          }
          
div.words {background:url(images/w3.GIF);
}          
          
          
          
iframe.imenu { scrollbar:no;
             }

td {vertical-align:top;}

h2 {margin-left:80px;
text-align:left;
color:#0d426b;
}

h3 {text-align:center;
    font-style: italic;
    font-size: .9em;
    color: #a63b11;
    }

h4 {font-size:1.6em;
    color: #a3406a;
    margin-top: 0px;
    text-align:center;
}

h5 {
margin:0px;
text-align:center;
font-variant: small-caps;
color:#1530ae;
}
    

      
div { -moz-border-radius: 20px; 
      }
      
div.toc {position:fixed; 
         top:0px; 
         left:0px; 
         border:none; 
         height:100%; 
         width:162px;
         padding:6px;
         }     
         
         
         
div.text {margin-left:52px;
          }
          
          
          
table {
-moz-border-radius: 20px;}
   
a {text-decoration:none; 
}

 /* unvisited link */
a:link {color:#1530ae;}  

/* visited link */
a:visited {color:#000000;}  

 /* mouse over link */
a:hover {color:#071a71;    
         border:1px solid; 
         -moz-border-radius: 20px;
         margin:-1px;
        }
        
 /* mouse over link  -  noborder */
a:hover.noborder {border:none;
margin:0px;
}

/* selected link */
a:active {color:#071a71;   
background-color:#ffdd00; 
}  