#top {
	padding-top: 5px;
	}
#side {
	border: 1px solid #2D6968;
	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: #2D6968
    }
.ula {
 	list-style-type: none;
	margin-left: 3px;
	padding-left: 3px;
}
.cell {
    background-color:#82C9C8;
	text-align: center;
	font-weight: bold; 
}
h1 {
    display: inline;
	font-size: 1em;
	font-weight:normal;
}
h2 {
    display: inline;
	font-size: 9px;
}
h3 {
    display: inline;
	font-size: 1em;
}