body {
 margin : 12px;
 color: #000000;
 font-size : 10px;
 font-family : arial, sans-serif, tahoma, verdana;
 font-weight : normal;
 background : #ffffff;
}

.outside-box {
 width : 99%;
 display : block;
 padding : 3px;
 font-size : 14px;
 font-family : arial, sans-serif, tahoma, verdana;
 font-weight : bold; 
 border-style : solid;
 border-width : 0px;
 border-color : #708090;
 background : #ffffff;
}

.inside-box {
 padding : 3px;
 font-size : 13px;
 font-family : arial, sans-serif, tahoma;
 font-weight : normal;
 border-style : solid;
 border-width : 1px;
 border-color : #dcdcdc;
 background : #ffffff;
}

.arrow-bar {
 height : 17px;
 padding : 0px;
 border-style : solid;
 border-width : 1px;
 border-color : #badcdc;
 background : #f5f5f5;
 }
 
.nav-title {
 width : 125px;
 text-align : left;
 padding-left : 5px;
 padding-top : 2px;
 padding-bottom : 2px;
 font-size : 11px; color : #fffff0;
 font-family : arial, sans-serif, tahoma;
 font-weight : bold;
 border-style : solid;
 border-width : 1px;
 border-color : #708090;
 background : #003399;
}

.nav-link {
 width : 125px;
 text-align : left;
 padding-left : 5px;
 padding-top : 1px;
 padding-bottom : 1px;
 display : block;
 font-family : arial, sans-serif;
 font-weight : normal;
 border-style : solid;
 border-width : 1px;
 border-color : #708090;
 border-top : none;
}

a.nav-link:link, a.nav-link:visited {
 background-color : #ffffff;
 color : #800000; 
}

a.nav-link:hover, a.nav-link:active {
 background-color : #800000;
 color : #ffffff;
}

a:link {
 color : blue;
 font-size : 13px;
 text-decoration : none;
}

a:visited {
 color : blue;
 font-size : 13px;
 text-decoration : none;
}

a:active {
 color : red;
 font-size : 13px;
 text-decoration : none;
}

a:hover {
 color : red;
 font-size : 13px;
 text-decoration : none;
}
 
