#body,table,td,tr,div,p,pre,h1,h2,h3,h4,h5,ul {font-family: "Verdana", Arial, Helvetica, sans-serif;}
#body,td,div,p,pre,ul {font-size: 12px;}

h1 {font-size: 5em;}
h2 {font-size: 2.5em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.2em;}
h5 {font-size: 10.2em;}
#body {
#     opacity: 1;
#     transition: 1s opacity;
#     scrollbar-base-color: #BBBBBB;
#     background-color: #BBBBBB;
#}

body.fade-out {
    opacity: 0;
    transition: none;
}


li {font-size: 4.2em;}


a:link, a:visited{
font-family: Arial, Helvetica, sans-serif;
font-size: 16pt;
color: #000000;
text-shadow: 1px 2px #AAAAAA;
text-decoration: underline;
}

a:active, a:hover{
font-family: Arial, Helvetica, sans-serif;
font-size: 16pt;
color: #881205;
text-shadow: 1px 2px #CBCB00;
text-decoration: underline blue;
}

.container {
width: 920px;
margin: 50px auto;
padding: 0 42px;
background-repeat: no-repeat;
background-position: center 0px;
}
.figure {
    margin: 0;
}
