body,
html {
    margin:0;
    padding:0;
    background:#CC0000;
    color:#000;
    }
    
body, td, p {
	font-family: Georgia, Times, serif;
	color: black;
	text-align: justify;
	font-size: 12px;
	line-height: 135%;
}

h1 {
	color: red;
	text-align: center;
	font-size: 18px;
	line-height: 135%;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FC0;
	clear: both;
}

h3	{
	color: white;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	line-height: 140%;
	text-align: left;
}

em {
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	line-height: 145%;
	text-align: left;
}

a:link {
	text-decoration: none;
	color: #F90;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
}

a:active {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: underline;
	color: #F90;
	font-weight: bold;
}

#left {
	float: left;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
}

#right {
	float: right;
	font-size: 13px;
	text-align: right;
	font-weight: bold;
}

#left2 {
	float: left;
	width: 380px;
}

#right2 {
	float: right;
	width: 380px;
}

#white {
	color: #FFF;
	text-align: justify;
	padding: 10px;
}

#black {
	background: #000; 
	color: #FFF;
	padding: 0px 8px 0px 5px;
	clear: both;
}

#line {
	background: black; 
	width: 780; 
	height: 2;
	clear: both;
}

#small {
	font-size: 11px;
	font-style: italic;
}