2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 #body {
    background-image: url(background2.png);
    background-color: #FFFF01;
}
.img {
    display: block;
    margin: 0px auto;
}
.style1 {
    text-align: center;
    font-family: Arial;
    font-size: 75pt;
    text-decoration: underline;
    color: #FF0000;
    text-transform: uppercase;
    text-shadow: 0 0 5px black;
}
.style2 {
    color: #574C01;
    text-align: center;
    font-size: 50pt;
    font-family: Arial;
    text-shadow: 0 0 9px #FFFA42;
}
.style3 {
    text-decoration: underline;
    font-size: 60pt;
    color: #FF0000;
    font-family: Arial;
}
.style4 {
    text-align: center;
    font-size: 20pt;
    font-family: Arial;
    color: #960F0F;
    text-shadow: 0 0 10px #7E0202;
}
.style5 {
    color: #FFFFFF;
    font-size: 14pt;
    font-family: Arial;
    text-align: center;
    text-shadow: 0 0 5px black;
}
.style6 {
    text-decoration: none line-through;
    font-family: Arial;
}
.style7 {
    text-align: center;
    font-size: 36pt;
    text-decoration: underline;
    font-family: Arial;
    text-shadow: 0 0 15px #BB0202;
    color: #A00505;
}
.style8 {
    text-align: center;
    color: #FFFF01;
    font-size: 72pt;
    text-shadow: 0 0 5px black;
}
.style9 {
    text-align: center;
    font-size: 20pt;
    font-family: Arial;
    color: #B40000;
    text-shadow: 0 0 5px black;
}
#mainnav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#mainnav a {
    display: block;
    width: 20%;
    float: left;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    padding: 6px 0px;
    text-decoration: none;
}
#mainnav a:hover, #mainnav a.thispage {
    text-decoration: underline;
    background-color: #E1E117;
    color: #000000;
}
a {
    font-weight: bold;
    font-family: sans-serif;
    text-decoration: none;
}
