html {
height: 100%;
}
body {
height: 100%;
font-family: arial, helvetica, sans-serif;
color: #333333;
background: #f0ffff;
}
.tm {
font-size: .6em;
vertical-align: super;
}
.tda {
background: #1a2054;
}
.tdb {
color: #1a2054;
}
.tdc {
background: #f4f0e4;
}
.tdd {
background: #cc0000;
}
.litext {
font-family: arial, helvetica, sans-serif;
color: #333333;
}
.blend01 {
background-image: url("img/blend01.png");
}
.blend02 {
background-image: url("img/blend02.png");
}
a:link {
color: #6666ff;
text-decoration: none
}
a:visited {
color: #aa66aa;
text-decoration: none
}
#header {
position: fixed;
clear: both;
width: 100%;
height: 86px;
top: 0;
border: none;
padding: 0 0 0 0;
font-family: arial, helvetica, sans-serif;
background-color: #1a2054;
}
#footer {
position: fixed;
clear: both;
width: 100%;
height: 40px;
bottom: 0;
border: none;
padding: 12px 0 0 0;
font-family: arial, helvetica, sans-serif;
background-color: #1a2054;
}

