#top {
	padding-top: 5px;
	}
#side {
	border: 1px solid #3399FF;
	width: 150px;
	height: 200px;
	padding: 5px;
	margin: 0px;
	}
#bottom {
	padding-top: 5px;
	}
BODY {
	background: whitesmoke;
	font-family: Verdana;
	font-size: 12px;
	background-color: whitesmoke;
    }
TD {
      font-size: 12px;
    }
A,A:active,A:visited  {
      color: blue;
      text-decoration: none;
    }
A:hover  {
      text-decoration: underline;
      color: red;
    }
hr  {
      color: #3399FF;
    }
.ula {
 	list-style-type: none;
	margin-left: 3px;
	padding-left: 3px;
}
