

html,body {
	background-color:#fff;
	margin:0;
	padding:0;
	width:90%;
	}

body {
	margin:0 0.4em 0.4em 0.4em;
	}
	
* { 
	font-family:verdana,sans-serif;
	}
	
h1,h2,p,li,address,textarea {
	color:#325081;
	line-height:135%;
	}

h1,h2 {
	font-family:arial,sans-serif;
	font-weight:bold;
	}

h1 {
	font-size:115%;
	margin-top:0;
	}

h2 {
	font-size:100%;
	}

p,li,address,textarea {
	font-size:80%;
	}

li p, li li {
	font-size:90%;
	}
	
address {
	font-style:italic;
	margin-left:1em;
	}
	
address span {
	display:block;
	}
	
	
textarea {
	width:90%;
	height:10em;
	background-color:#fff;
	color:#000;
	}