html, body {
	margin: 0.5em;
	padding: 0em;
	font-size: 86%;
	text-align:center;
	background: rgb(255,255,255); /* white  */
	color: rgb(84,84,84); /* dark grey */
	}
	
/* This sets the font-types */
body, h1, h2, h3, h4, h5, h6, td, p, li, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

img { /* This turns off borders around images */
	border: 0;
	}

/* Ordinary paragraphs and list-items */
p, ul, ol {
	margin: 0em;
	padding: 0em;
	margin-bottom: 1.2em;
	font-size: 1.0em;
	}
	
p {
	clear:both;
	}


/* General link colors */
a, a:visited, a:active {
	color: rgb(26,51,105); /* navy */
	}

a:hover {
	color: rgb(47,72,126); /* dark cornflower */
	text-decoration:underline;
	}

	
h1 {
	background: url(../images/bg-start.jpg) no-repeat;
	padding-left: 30px;
	font-size: 1.8em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	margin-left:auto;
	margin-right:auto;	
	height:38px;
	width:230px;
	font-weight:normal;
	line-height:38px;
	clear:both;
	}	
	
h1 a {
	color:rgb(255,255,255); 
	text-decoration:none;
	}	
