body {
 margin : 15px;
 color: "CCCCCC";
 font-size : 10px;
 font-family : verdana;
 font-weight : normal; 
}

.outside-box {
 width : 100%;
 display : block;
 padding : 3px;
 font-size : 10px;
 font-family : verdana;
 font-weight : normal;
  font-color : white; 
 border-style : solid;
 border-width : 1px;
 border-color : "#AEAEAE";
}

.inside-box {
 padding : 3px;
 font-size : 10px;
 font-family : verdana;
 font-weight : normal; 
 font-color : white;
 border-style : solid;
 border-width : 1px;
 border-color : "#110664";
}

.nav-title {
 width : 157px;
 text-align : left;
 padding : 3px;
 font-size : 11px;
 font-family : verdana;
 font-weight : Bold; 
 border-style : solid;
 border-width : 1px;
 border-color : "#AEAEAE";
 background : #110664;
}

.nav-link {
 width : 157x;
 text-align : left;
 padding : 3px;
 display : block;
 border-style : solid;
 border-width : 1px;
 border-color : #110664;
 border-top : none;
}

a.nav-link:link, a.nav-link:visited {
 background-color : FFFFFF;
 color : #110664; 
}

a.nav-link:hover, a.nav-link:active {
 background-color : #110664;
 color : #FFFFFF; 
}

a:link {
 color : #4444FF;
 font-size : 10px;
 text-decoration : none;
}

a:visited {
 color : #4444FF;
 font-size : 10px;
 text-decoration : none;
}

a:active {
 color : #0000FF;
 font-size : 10px;
 text-decoration : none;
}

a:hover {
 color : "#AEAEAE";
 font-size : 10px;
 text-decoration : none;
}
 