<!-- main stylesheet for TriplettHighSchool.com -->

table {
  padding: 10px;
  background-color: #F7F7F7;
  font-family: Trebuchet MS;
  font-size: .8em;
  font-style: italic;
}

td {
  padding: 15px;
  vertical-align: top;
}

th {
background-color:#E0E0E0;
}
.colm1 {
    width: 38%;
}

a:hover {
color:#FF6666;
}

p {
font-family:serif;
font-size:.9em;
}

body {
font-family:serif;
font-size:16pt;
background-color:#C9FFE6;
padding:5px;
}

.menu {
padding:5px;
position:static;
width:350px;
height:350px;
font-family:Verdana,sans-serif;
line-height:25px;
background-color: rgba(213,213,213,0.50);
float:right;
margin:10px;
font-size:.7em;
}

H3 {text-align: center}