@import url("main_style.txt");
/* Specific */
body {background: white;}
 #header h1 a {width: 100%; height: 180px; background: url("../img/encyclopedia.png") top center no-repeat;}
 #menu h3, #menu h3 a, #main-menu h3, #main-menu h3 a, #content > h2 {background: white; color: #777;}
 #menu h3, #main-menu h3, #content > h2 {border-bottom: solid 2px #777;}
 #list a:before {content: '[';}
 #list a:after {content: ']';}
 * a {color: #002bb8; text-decoration: none;}
 * a.notExist {color: #ba0000; text-decoration: none;}
 * a:hover {text-decoration: underline;}
 * a:active {color: #faa700;}
 #main-page #footer {border-top: solid 2px #777;}