/* edit.css */

body {
 background-color:#EAEAEA;
}

div.edit {
 position:absolute;
 top:0px;
 left:0px;
 width:189px;
 height:1000px;
 background-color:#EAEAEA;
 font:8pt Verdana;
 font-weight:bolder;
 color:#000000;
 text-align:left;
 margin-left:4px;
 margin-top:0px;
}

div.norm {
 position:relative;
 font:13pt Times;
 font-weight:bold;
 color:#000000;
 line-height: ;
}

a {
 text-decoration:none;
 font:9pt Verdana;
 font-weight:bold;  
} 
  
a:link {color:#000099;
}

a:visited {color:#551A8B;
}

a:active {color:#FF0000;
}

a:hover {color:lime;
}
