h1 {
	font-family: verdana, fixed, monospace;
	font-size: 18px;
}


h2 {
	font-family: courier, fixed, monospace;
	font-size: 18px;
	background-color: #FFA500;
}

p {
	font-family: verdana, fixed, monospace;
	font-size: 13px;
}

td {
	font-family: verdana, fixed, monospace;
	font-size: 13px;
	text-align: left;
}

ul {
	font-family: verdana, fixed, monospace;
	font-size: 13px;
	text-align: left;
}

li {
	font-family: verdana, fixed, monospace;
	font-size: 13px;
	text-align: left;
}

ol {
	font-family: verdana, fixed, monospace;
	font-size: 13px;
	text-align: left;
}

body {
	background-color: #EEEEEE;
}

