
#main {
  border: 2px solid black;
  font-size: small;
}

body {
	background-color:#999999;
	line-height:130%;
	font-family: Tahoma;
}

a:link, a:visited {
	color: #009900;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:large;
	margin-top: 2px;
}

h2, h3 {
	font-size:medium;
	margin-top: 30px;
}

.menu {
	margin: 0 10px 0px 0;
}

li {
	padding: 5px;
}

#broker {
	padding: 1px;

}

ul {
	margin-bottom: 0;
	margin-top: 0;
	}

.side {
  font-size:small;
	font-weight: normal;
}

td.left {
	border-right: 1px dashed rgb(102, 102, 102); 
	width: 105px;
}