h1 {
	clear: both;
	}
ul { list-style-type: square; }
ul ul { list-style-type: square; }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: square; }
li { font-size: 100%; font-style: normal; }
li li { font-size: 100%; font-style: normal; }
li li li { font-size: 100%; font-style: normal; }

li {
	padding-bottom: 0.3em;
	}
li ul li {
	padding-top: 0.1em;
	}
		
a {text-decoration: underline; }		
a:link { color: #036; }
a:visited { color: #603; }
a:hover { color: inherit; }
a:active { font: inherit; }
.navbar a:link {color: #036; }
.navbar a:visited {color: #603; }
.navbar a:active {color: inherit; }
.navbar a:hover {color: inherit; }

div.slide h1 a:hover {
  color: inherit;
  text-decoration: none;
}

div.toolbar {
  color: #930;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
.float-right {
	float: right;
	clear: none;
	}
.float-left {
	float: left;
	clear: none;
	}