html { font: 10px/1.4 "Times New Roman", Times, serif; background: #fff; }
body {
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 25px;
}

#mainBox {
	background-color: #000000;
	height: 300px;
	width: 100%;
}

#logoBox {
	background-color: #000000;
	height: 220px;
	width: 100%;
}

#textBox {
	width: 500px;
	font-family: Times New Roman;
	font-size: 1.3em;
	line-height: 1.6em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: 0.15em;
	margin-left: 8px;
}


a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF003A;
}
a:active {
	color: #000000;
}
.headLine {
	font-size: 1.9em;
}
