body {
 text-align:center;
 font-family: Verdana, Arial, Helvetica, Sans Serif;
 font-size: 12px;
 color: black;
 background-color: #FFFFFF;
 background-repeat: no-repeat;
}

#container {
 width:800px;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
 background-color: white;
}

#boxB {
 width:200px;
 float:left;
}

#boxC {
 width:600px;
 float:left;
}

#boxD {
 width:100%;
 text-align:center;
 clear:left;
}

a	{text-decoration:none;
	font : 16px Verdana, Arial, Helvetica, sans-serif;
	}
a:hover{text-decoration:underline;}
h1	{
	color: #000066;
	font-size: 25px;
	}
h2	{
	color: #000066;
	font-size: 20px;
	}
h3	{
	color: #000066;
	font-size: 16px;
	font-weight: bold;
	}
h4	{
	font-size : 14px;
	font-weight:normal;
	}
h5	{
	font-size : 12px;
	}
h6	{
	font : 12px Verdana, Arial, Helvetica, Sans Serif;
	text-align:right;
	font-weight: bold;
	color: #FFFFFF;
    background-color: #660000;
	}
li	{
	font-size : 12px;
	}
td	{
	font-size : 12px;
	}
