html{ 
	min-width : 600px; 
}

.clearhack{
	display : inline;
}

body{
	font-family     : verdana,arial,helvetica,sans-serif;
  font-size       : 1em;
  font-weight     : normal;
  text-align      : center;
  text-decoration : none;
  color           : #000000;
	background      : #FFFDF3;
	padding         : 10px 50px 0px 50px;
	margin          : 0px;
}

img{
	border : 0px;
}

a{ 
  font-size       : 1em;
  text-decoration : none;
  color           : #0000DD;
}

a:active{
  font-size       : 1em;
  text-decoration : none;
  color           : #0000DD;
}

a:visited{
  font-size       : 1em;
  text-decoration : none;
  color           : #0000DD;
}

a:hover{
  font-size       : 1em;
  text-decoration : none;
  color           : #0000DD;
}

p{
	line-height : 140%;
	margin-left : 10px;
}

h1{
	font-size   : 1.5em;
	font-weight : bold;
	margin      : 2px;
	padding     : 2px;
	text-align  : left;
}

h2{
	font-size   : 1.2em;
	font-weight : bold;
	margin      : 2px;
	padding     : 2px;
}

h3{
	font-size   : 1.1em;
	font-weight : bold;
	margin      : 2px;
	padding     : 2px;
}
