File indexing completed on 2024-05-12 17:26:04

0001 <style>
0002 a:link {
0003     color: #0000FF;
0004 }
0005 
0006 a:visited {
0007     color: #0000FF;
0008 }
0009 
0010 a:hover {
0011     color: #FF0000;
0012 }
0013 
0014 a:active {
0015     color: #FF0000;
0016 }
0017 #header {
0018     background-color:black;
0019     color:white;
0020     text-align:center;
0021     padding:5px;
0022 }
0023 #nav {
0024     line-height:30px;
0025     background-color:#eeeeee;
0026     height:300px;
0027     width:15%;
0028     min-width:100px;
0029     float:left;
0030     padding:5px;
0031     margin: 10px;
0032 }
0033 #section {
0034     padding:10px;
0035 }
0036 #footer {
0037     background-color:black;
0038     color:white;
0039     clear:both;
0040     text-align:center;
0041     padding:5px;
0042 }
0043 </style>