html {
font-family: Arial,sans-serif;
font-size: 70%;
margin: 0;
}

body {
margin: 0;
background-image: url(../images/strip4.jpg);
background-repeat: repeat-y;
font-family: arial, verdana, sans-serif;
font-size: 1.2em;
}

table {
font-size: 1em;
}

p {
padding-left: 5px;
}

#contents {
background-color: #fff;
}

h1 {
font-size: 1.9em;
font-weight: bold;
padding-left: 5px;
}

h2 {
font-size: 1.2em;
font-weight: bold;
padding-left: 5px;
}

.menu {
text-decoration: none;
color: #fff;
}

.menu:hover {
color: #000;
text-decoration: underline;
} 

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

a:hover {
color: #adadad;
text-decoration: none;
}

td {
padding: 5px;
}

#logo {
position: absolute;
margin: 0 0 0 173px;
left: 0px;
top: 0px;
background-color: #fff;
}

#sidebar {
position: absolute;
width: 160px;
font-weight: bold;
font-size: 1.1 em;
padding: 10px 0 10px 10px;
color: #fff;
}

#contents {
position: absolute;
top: 215px;
margin: 0 0 0 171px;
left: 0px;
background-color: #fff;
color: #000;
}

.head {
color: #fff;
background-color: #a9c0d0;
font-weight: bold;
text-align: center;
}

.row {
background-color: #d0d0d0;
}