a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #FF00FF;
	text-decoration: none;
}

a:hover {
	color: #B4B500;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: underline;
}

body {
	background: #FFFFFF;
	font-size: 100%;
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 0px;
}

h1 {
	background: #DDDD95;
	border: 2px dashed #B1B23F;
	color: #990066;
	font-family: "Courier New", Courier, monospace;
	font-size: 160%;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}

h2 {
	background: #DDDD95;
	border: 2px dashed #B1B23F;
	color: #990066;
	font-family: "Courier New", Courier, monospace;
	font-size: 140%;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}

h3 {
	background: #DDDD95;
	border: 2px dashed #B1B23F;
	color: #990066;
	font-family: "Courier New", Courier, monospace;
	font-size: 120%;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}

li {
	line-height: 1.5;
}

p, ul, ol {
	color: #535353;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

.hide {
	display: none;
}

