html, body {
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0; 	/*  it's good to have these  */
	font: 14px Trebuchet MS, Arial,  Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	min-width:760px; 	/*  this is for Firefox  */
	text-align: center;
}


h1 {
        font: bold 18px Trebuchet MS, Arial,  Verdana, Helvetica, sans-serif;
        color: #000000;

}

h2 {
        font: bold 14px Trebuchet MS, Arial,  Verdana, Helvetica, sans-serif;
        color: #000000;

}

a:link {
	color: 3A3AFB;
}
a:visited {
	color: 3A3AFB;
}
a:hover {
	color: 3A3AFB;
}
a:active {
	color: 3A3AFB;
}



.footer {
    font: 10px Trebuchet MS, Arial,  Verdana, Helvetica, sans-serif;
    color: #ffffff;
}

.footer a {
    font: 10px Trebuchet MS, Arial,  Verdana, Helvetica, sans-serif;
    color: #ffffff;
}


.footer a:visited {
    text-decoration: none;
    color: #ffffff;
}
.footer a:hover {
	text-decoration: none;
    color: #3A3AFB;
}
.footer a:active {
	text-decoration: none;
    color: #ffffff;
}
