body {
    background: #696969;
    margin: 15px;
    text-align: justify;
}
body, p, input, select, textarea, table, td {
    font-family: Verdana;
    font-size: 12pt;
}
#page {
    margin: 0 auto;
}
#intro, .leftContent, .rightPic, .rightStab, .leftStab, .leftPic, .rightContent, .fullContent, #bottom {
    background: white;
    box-shadow: 5px 5px 25px #000000;
    -moz-box-shadow: 5px 15px 25px #000000;
    -webkit-box-shadow: 5px 5px 25px #000000;
}
#intro, .leftContent, .leftStab, .rightContent, .rightStab, .fullContent, .fillerContent, #bottom {
    padding: 10px;
    border: 1px solid black;
    border-radius: 10px;
}
.leftPic, .rightPic {
    border-radius: 10px;
}
#intro {
    background: #191970;
    color: #fff;
}
#bottom {
   margin-top: 20px;
   text-align: center;
}
h1, h2 {
    font-family: "Arial Black";
    margin-top: 0;
    text-align: center;
}
h1 {
    font-size: 20pt;
}
h2 {
    font-size: 16pt;
}
.error {
    color: red;
}
a:link, a:visited {
    color: #0000FF;
}
a:hover, a:active {
    color: #FFA500;
}
.small, small, a.small, p.bottomScreen, p.bottomPrint {
    font-size: 8pt;
}
p.bottomScreen {
    text-align: center;
}
@media print {
    p.bottomScreen {
        display: none;
    }
}
@media screen {
    p.bottomPrint {
        display: none;
    }
}