body {
background-color: #a10000;
text-align: center;
}

td {
vertical-align: top;
}

a {
color: #a10000;
text-decoration: none;
}

a:visited {
color: #a10000;
}

a:hover {
color: #ffffff;
}

.header {
height: 150px;
background: url("../img/jhs-logo.png") no-repeat 0 top transparent;
margin-bottom: 20px;
margin-top: -15px;
}

.course {
position: absolute;
left: 275px;
top: 120px;
font-family: Century Gothic;
font-size: 30px;
color: #ffffff;
}

.name {
width: 130px;
text-align: center;
background-color: #ffdb00;
color: #ffffff;
font-family: Century Gothic;
font-size: 18px;
margin: 10px;
padding: 5px;
border-style: solid;
border-color: #ffffff;
border-width: 2px;
border-radius: 5px;
}