* {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-style:normal;
}

body {
	background-color:#FFF;
}

body.sheepbg {
	background-color:#FFF;
	background-image:url("sheeplbg.gif");
}

h1 {
	font-size:28pt;
	font-weight:bold;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

h2 {
	font-size:22pt;
	font-weight:bold;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

h3 {
	font-size:18pt;
	font-weight:bold;
	text-decoration:underline;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

a {
	font-weight:bold;
	color:#00F;
	text-decoration:none;
}

a:hover {
	color:#00F;
}

a:visited {
	font-weight:normal;
	color:#F00;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	text-decoration:underline;
}

ul {
	margin-left:20px;
}

ul.alpha {
	list-style-type:lower-alpha;
}

ul.sheep {
	margin-left:0;
}

ul.sheep li {
	list-style:none;
	background:url("sheepbullet.gif") center left no-repeat;
	padding-left:20px;
	margin-bottom:10px;
}

ul.sheep li img {
	margin:0 10px 0 0;
	vertical-align:middle;
}
