
body
{
	color: black;
	background-color: #faa21d;
	margin: 0px;
	padding: 0px;
	font-family: perpetua, times, serif;
}

p, li, ul
{
	text-align: justify;
}

tt
{
	font-family: "courier new", monospace;
	text-align: justify;
}

a
{
	text-decoration: none;
	font-weight: bold;
}

a:link		{ color: blue; }
a:visited	{ color: #5f008f; }
a:hover		{ text-decoration: underline; }

h1, b
{
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #880000;
}

input, select
{
	background-color: #ffffaa;
}
