body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
}

a, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #94c43d;
}

.headlines {
	width: 545px;
	height: 30px;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 11px;
}

h5 {
	font-size: 10px;
	font-weight: bold;
}

h6 {
	font-size: 10px;
	font-weight: bold;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

ul {
	list-style-type: circle;
	line-height: 13px;

}

tr {
	vertical-align: top;
}

img {
	border: none;
}

.makeitbold {
	font-weight: bold;
}

