a:link, a:visited, a:active {
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    color: #FFCC00;
    vertical-align: middle;
    text-decoration: none;
}

a:hover {
font-family: arial;
font-weight: bold;
font-size: 12px;
text-decoration: underline;
color: #CC0000;
}


p, td {
font-family: arial;
font-size: 12px;
text-decoration: none;
color: #FFFFFF;
}

h1 {
font-family: arial;
font-weight: bold;
font-size: 16px;
text-decoration: none;
color: #ffffff;
}


body {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    background-color: #333333;
    margin: 10px;
}
.small_yellow_border {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #000000;
    height: auto;
    width: 581px;
    border: 1px solid #FFCC00;
    margin-right: auto;
    margin-left: auto;
}

.pageFourHeader {
    background-image: url(../images/pg4-header.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 121px;
    width: 609px;
}
.drillsBG {
    background-image: url(../images/drills_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 428px;
    width: 609px;
}

