h1 {
	color: purple;
}

a:hover{ color: blue; }
a:active { color: red; }
a:visited { color: #989898; }

body {
	background: #e8dfa0;
}

#wrapper{
	margin:auto;
	background:white;
	width:1250px;
	height:3300px;
}

header{
	display: block;
	padding: 0px 0px 70px 0px;
}


#horzNav {
	display: block;
	padding: 10px 20px 30px 0px;
	background: black;
}

#horzNav a{
	text-decoration: none;
	padding: 0px 0px 0px 20px;
	color: white;
}

main { padding: 10px 20px 20px 20px; }

aside { background: #EFDECD; }

#uoListTypes{
	list-style-type: square;
}

#oListTypes{
	list-style-type: upper-latin;
}

#oListIndent{
	list-style-type: lower-latin;
}

#tableData {
	width: 600px;
	border: 3px solid black;
}

#tableData td, th{
	border: 1px solid black;
}

footer{
	
	background: black;
	color: white;
	padding: 10px 10px 10px 10px;
}

.u2{
	width:170px;
	height:170px;
}

.overflow-scroll{
	overflow: scroll;
}

#horzNav a:hover{
	color: #89cff0;
}

#sidebar{
	padding: 20px 10px 0px 10px;
	float: right;
	width: 150px;
	height: auto;
	background: #DBE9F4;
}

#sidebar-list{
	list-style-type: lower-latin;
}

h3{
	font-size: 1.1em;
	counter-increment: num;
}

h4{
	font-size: .8em;
	counter-increment: sub 1;
}

h3:before{
	content: counter(num) ". ";
}

h4:before{
	content: counter(num) "." counter(sub) " ";
}

h3:hover {
	background-color: orange;
}

#buttons{
	width: 150px;
}

dt.site-button{
	text-align: center;
	margin-bottom: 5px;
}

dt.site-button a{
	display: block;
	color: white;
	text-decoration: none;
}

dt.site-button a:link{
	background: blue;
	border: 5px solid blue;
}

dt.site-button a:hover{
	background: orange;
	border: 5px solid blue;
}