  body {
	font-family:	Gill Sans MT, Times New Roman, serif; 
	background-color: white; 
	font-weight:	normal;
	font-style:		normal;
} .lightblue {
	background-color: #d9f8ff; 
} .lightgreen {
	background-color: #def3bd; 
} .lightred {
	background-color: #ffe0b3; 
} .lightmagenta {
	background-color: #d7c1ff; 
} .lightyellow {
	background-color: #ffffc6; 
} .paleblue {
	background-color: #c6eff7; 
} .palegreen {
	background-color: #afdca3; 
} .palered {
	background-color: #ffb680; 
} .palemagenta {
	background-color: #cbb1e5; 
} .paleyellow {
	background-color: #efffaa; 
} h1 {
	font-size:		200%; 
	font-weight:	normal;
	text-align:		center;
	letter-spacing: 8px;
} h2 {
	font-size:		170%;
	font-weight:	normal;
	text-align:		center;
	letter-spacing: 6px;
} a {
	font-weight:	bold;
	text-decoration: none;
} a:link {
	color:			#0000FF;
} a:active {
	color:			#FF0000;
} a:visited {
	color:			#B700B7;
} a:hover {
	text-decoration: underline;
} table {
	border:			black 1pt solid;
	font-weight:	bold;
	padding:		2px;
	background:		#ffff66; 
} table.red {
	background:		red; 
} p,ol {
	font-size:		120%;
} i {
	letter-spacing: 1px;
} ul,li {
	margin-top: 0.1em; 
	margin-bottom: 0.1em; 
}

