#top {
	padding-top: 5px;
	}
#side {
	border: 1px solid #660000;
	width: 150px;
	height: 200px;
	padding: 5px;
	margin: 0px;
	}
#bottom {
	padding-top: 5px;
	}
BODY {
	font-family: Verdana;
	font-size: 12px;
    }
TD {
      font-size: 12px;
    }
A,A:active,A:visited  {
      color: blue;
      text-decoration: none;
    }
A:hover  {
      text-decoration: underline;
      color: red;
    }
hr  {
      color: #660000
    }
.ula {
 	list-style-type: none;
	margin-left: 3px;
	padding-left: 3px;
}
.cell {
    background-color:#F5F5F5;
	text-align: center;
	font-weight: bold; 
}
h1 {
    display: inline;
	font-size: 1em;
	font-weight:normal;
}
h2 {
    display: inline;
	font-size: 1em;
	font-weight:bold;
}
h3 {
    display: inline;
	font-size: 1em;
}