body {
	margin: 10px;
	background-color: white;
}

body, p, div, td, .normal {
	font-family: Verdana, Arial;
	color: black;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

p, ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

td {
	vertical-align: top;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Verdana, Arial;
	font-size: 11px;
}

a:link, a:active, a:visited {
	color: blue;
}

a:hover {
	color: blue;
}

.title, .title a:link, .title a:active, .title a:visited, .title a:hover {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 15px;
	text-decoration: none;
	color: black;
}

.title a:hover {
	text-decoration: underline;
}
