body {
	margin: 0px 0px 20px 0px;
	background-color: rgb(255, 255, 255);
      	text-align: left;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: x-small;
}

h1 {
	border: 3px solid rgb(0, 129, 196);
	color: rgb(255, 255, 255);
	background-color: rgb(0, 129, 196);
	font-size: large;
	font-weight: bold;
}

h2 {
	color: rgb(204, 0, 0);
	font-size: normal;
	font-weight: bold;
}


h3 {
	color: rgb(204, 0, 0);
	font-size: small;
	font-weight: bold;
}


p {
	font-size: small;
}

blockquote {
	font-size: small;
}