body {background:white; color:black; font-family:georgia,serif; margin-left:100px; margin-right:100px }
/*  a {text-decoration: none} */
a {text-decoration:none}
a:link {color: mediumblue }
a:visited {color: navy }
a:hover { background:lightskyblue; border-top:1px solid mediumblue; border-bottom:1px solid mediumblue}
a:active {color:darkorange }
a:target {background:floralwhite;border:1px solid darkorange}
h1, h2, h3, h4, h5, h6, hr {color: mediumblue; font-family: tahoma, sans-serif }
blockquote {background:aliceblue;padding:4px}
table {border:thin solid dodgerblue; font-family:tahoma,sans-serif }
caption {font-size:smaller; background:whitesmoke; font-family:tahoma,sans-serif }
th {background:gainsboro; font-family: tahoma, sans-serif }
td {border: thin solid gainsboro; font-family:tahoma,sans-serif }
.banner {background:mediumblue;color:white;padding:2px;margin:2px;text-align:center}
.navbar {font-family:tahoma,sans-serif;font-weight:bold; font-size:smaller; }
.deprecated {color:dimgray}
.proposed {color:dimgray}
.meeting {padding-left:50px;}
.need {color:red}
.spring {background:honeydew;padding:2px;margin:3px}
.summer {background:ivory;padding:2px;margin:3px}
.fall {background:linen;padding:2px;margin:3px}
.firstread {border-bottom:thin solid peru;font-weight:bold;font-family:tahoma,sans-serif}
.vote {border-bottom:thin solid peru;font-weight:bold;font-family:tahoma,sans-serif}
.other {border-bottom:thin solid peru;font-weight:bold;font-family:tahoma,sans-serif}
.status {border-bottom:thin solid peru;font-weight:bold;font-family:tahoma,sans-serif}
.comfsmlogo {background: white url(images/logo80.gif) no-repeat}
.comfsmbanner {background:mediumblue;color:white;padding:2px;margin:2px;text-align:center;font-family:serif}
.comfsmnav {background: white url(images/navigate.gif) no-repeat}
@media print {
 body { font-family:"palatino linotype",palatino,georgia,serif;margin-left:0px; margin-right:0px}
 h1, h2, h3, h4, h5, h6 { page-break-after: avoid}
 ul, ol, dl {page-break-before:avoid}
 a {text-decoration:none}
 a:link {color: black }
 a:visited {color: black }
 table {border:thin solid black}
 caption {background:whitesmoke; font-size:smaller}
 th {background:gainsboro;color:black}
 td {border: thin solid dimgray}
 .banner {background:white;color:black;padding:2px;margin:2px;text-align:center}
  }