body {
  background: #e2e2e2;
  color: #666;
  font-size: 2em;
  font-family: sans;	
}

a:link {color: #0033FF; text-decoration: none;}
a:active {color: #0033FF;text-decoration: none;}
a:visited {color: #660099;text-decoration: none;}
a:hover {color: #0000CC; text-decoration: none;}

/* for firefox. this isnt an issue with konqi */
img { 
	border: none 
}

h1 {
	font-family: sans;
}

h2 {
	font-family: sans;
	font-size: 1.2em;
}

#container {
	width: 100%;
	line-height: 1.125;
	border-radius: 4px;
	border-radius: 4px;
	margin: 0 auto;
}

#container img {
    border: 1px solid #666;
    background: #ffffff;
    width: 90%;
}


.fineprint {
	font-size: 0.67em;
	padding-top: 2em;
}

#footer {
    clear: left;
    margin-top: 30px;
    margin-bottom: -30px;
    font-size: .9em;
    /*float: right;*/
    padding: 3px 5px -18px 8px;
    line-height: .3em;
    height: 40px;
}
