body {
	background-color: #82a6fd;
	color:#000000;
	font-family: Arial;
}

a:link {
	color: red;
}

a:visited {
	color: green;;
}

hr {
	height: 4px;
	background-color:  #000000;
	color: #000000;
}

input, select, textarea {
	background-color: #eafa9f;
}
/* Reset all lists. */
ul, ul li
{
	padding: 0;
	margin: 0;
	list-style: none;
}

/* We can define lists to be lists tho! */
ul.normallist
{
	padding-left: 2em;
}

ul.normallist li
{
	list-style: disc;
}
