body {
    color: #000;
    font-family: Arial, sans-serif;
    margin: 20px;
}

.menu {
    background-color: #bcd2ee;
    margin: 1px;
    padding: 2px 1px 2px 1px;
    width: 80px;
    height: 15px;
    float: left;
    text-align: center;
    font-size: smaller;
}

.pick {
    padding: 1px 0 1px 0;
    border: 2px solid blue;
    text-decoration: bold;
}

.menu a {
    text-decoration: none;
    color: blue;
}
.menu a:hover {
    font-weight: bold;
    color: red;
    text-decoration: underline;
}

.bar {
    margin: 0 0 0 3px;
    float: left;
    height: 3px;
    width: 757px;
}

.inch {
    color: blue;
    text-weight: bold;
}
   
.forum {
    margin: 5px;
    padding: 3px;
    font-weight:bold;
    width: 180px;
    height: 14px;
    float: left;
    text-align: center;
    font-size: smaller;
    background-color: #ffff93;
    border: 1px solid lightgrey;
} 
.forum a {
    text-decoration: none;
    color: black;
}
.forum a:hover {
    text-decoration: underline;
}

/* News styles */

.pubdate {
    font-style: italic;
    font-size: smaller;
	margin-bottom: 5px;
}
.hed {
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 10px;
}
.story {
    margin-bottom: 25px;
    font-size: smaller;
    margin-left: 10px;
}

.pix1 {
        border-top: 1px solid black;
        border-left: 1px solid black;
        border-collapse: collapse;
        font-size: smaller;
        background-color: lightyellow;
}
.pix1 th, .pix1 td {
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        padding: 5px;
}

.caption {
        font-size: smaller;
}

.done {
   color: red;
   margin-top: 10px;
}

.notyet {
   border: 1px solid gray;
   width: 750px;
   background-color: lightgray;
   padding: 10px;
   text-align: justify;
   margin-top: 15px;
}

.previous {
   background-color: lightgrey;
}

.current {
   background-color: #ffffe5;
}

#sked th {
   background-color: #CFC;
}

#extlinks {
   padding: 4px;
   font-size: smaller;
   float: right;
   border: 1px solid gray;
   background-color: lightyellow;
   color: gray;
}

.sub1 {
   margin-top: 5px;
   background-color: #b4eeb4;
   width: 160px;
   padding: 2px 1px 2px 1px;
}

.sub2 {
   margin-top: 5px;
   background-color: #ffe4b5;
   width: 160px;
   padding: 2px 1px 2px 1px;
}

.author {
  font-size: smaller;
  font-style: italic;
  color: gray;
}

