
a:link {
    color: blue }
a:visited {
    color: blue }

h1.title {
  text-align: center }

table.ad tr {
  height:125px }

table.staff {
  align:left;
  text-align: center;
  font-size:75%;
  font-weight:bold;
  padding: 10;
  left:0;
  border:0 }

table.staff td {
  padding-left:20;
  padding-right:20 }

table.info {
  text-align: left;
  padding: 10;
  /*width:100%;*/
  border-style: double;
  border-color: rgb(0,0,0);
  border-collapse: collapse }

tr.main {
  background-color: LightGreen }

tr.sub {
  background-color: SteelBlue }

tr.lb {
  background-color: LightBlue }

tr.w {
  background-color: White;
  border:5px solid gray;
  padding:30px }

th.date {
  width:100px }

p.pdfdown {
  font-size: 75% }

span.yu {
 text-transform: uppercase;
 text-decoration: underline;
 background-color: yellow }

ul#smen {
list-style:none;
margin:10px;
padding:0;
border:solid #483d8b;
border-width:2px 4px 4px 4px;
width:145px }

ul#smen li a {
text-decoration:none;
display:block;
border-top:2px solid #483d8b;
padding:5px;
height:30px;
background:#191970;
color:#ccc }

ul#smen li a:hover {
background:#87ceeb;
color:#000 }

ul#tmen {
list-style:none;
width:315px;
margin:0;
padding-left:200px }

ul#tmen li {
display:inline
}

ul#tmen li a {
text-decoration:none;
padding:5px 0;
width:100px;
background:#191970;
color:#ccc;
float:left;
text-align:center;
border-top:4px solid #483d8b;
border-bottom:4px solid #483d8b;
border-right:2px solid #483d8b;
border-left:2px solid #483d8b}

ul#tmen li a:hover {
background:#87ceeb;
color:#000
}