body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #800000;
	background: #CE0000;
}

.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #CE0000;
}
.headline {
	font-size: 14px;
	background: #FD6D5E;
	font-weight: bold;
}

h1 {
	font-size: 14px;
	color: #800000;
}
.uLine {
  		border-bottom-style:solid;
  		border-bottom-width:thin;
  		border-bottom-color:#CCCCCC;
  		padding:1px;
}

h2 {
	font-size: 20px;
	color: #000000;
}

p {
	font-size: 11px;
}

.standard_text {
	font-size: 11px;
}

.index_text {
	font-size: 12px;
}

a {
	text-decoration:underline;
	color:#800000;
}
a:hover {
	color:#000000; 
	text-decoration:underline;
}



