a {
text-decoration:none;
color:blue;
}
a:hover {
text-decoration:underline;
}
a.schedule{
display:block;
width:100px;
height:40px;
}
a.home{
display:block;
width:100px;
height:40px;
}
a.aboutMe{
display:block;
width:100px;
height:40px;
}
img.logo {
position:absolute;
top:18px;
left:124px;
width:370px;
height:100px;
}
span.content {
position:absolute;
width:444px;
height:240px;
left:130px;
top:140px;
overflow:auto;
scrollbar-base-color: gray;
scrollbar-arrow-color: yellow;
scrollbar-DarkShadow-Color: black; 
}
span.menuFrame {
width: 180px;
height:200px;
overflow:auto;
position:absolute;
top:140px;
left:12px;
scrollbar-base-color: gray;
scrollbar-arrow-color: yellow;
scrollbar-DarkShadow-Color: black; 
}
span.update {
top:390px;
left:240px;
font-size:10px;
position:absolute;
}
img.template {
position:absolute;
left:0px;
top:0px;
}
td.aqua {
background-color:#eeeeee;
}
td.green {
background-color:#cccccc;
}