/* edit.css */

body {
 background-color:#EAEAEA;
}

div.edit {
 position:absolute;
 top:0px;
 left:0px;
 width:190px;
 height:1000px;
 background-color:#EAEAEA;
 text-align:left;
 margin-left:4px;
 margin-top:0px;
}

div.norm {
 position:relative;
 font:13pt;
 font-family:'Times';
 font-weight:bold;
 color:#000000;
}

div.und {
 font:9pt Verdana;
 font-weight:bolder;
 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;
}