/* General styles */
body {
    margin:				0;
    padding:			0;
    border:				0;			/* This removes the border around the viewport in old versions of IE */
    width:				100%;
    background-color:	#006699;
    min-width:			600px;		/* Minimum width of layout - remove line if not required */
									/* The min-width property does not work in old versions of Internet Explorer */
	font-family:		calibri, verdana;
	font-size:			12px;
	text-align:			left;
}
h1 {
	font-family:		calibri, verdana;
	font-size:			40px;
	font-weight:		bold;
	text-align:			center;
	color:				#006699;
}
h2 {
	font-family:		cambria, Arial;
	font-size:			16px;
	font-weight:		bold;
	color:				#006699;
}