body{
    font-family: Verdana;
    font-size: 12px;
    margin: 5%;
    padding-left: 5%;
    padding-right: 5%;
}

h1 {
	color: #710000;
	border-bottom: 1px solid #d1c1b4;
	padding-bottom: 3px;
}

h2 {
	color: #900;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #900;
}

h3 {
	color: #710000;
	padding-bottom: 3px;
	font-size: small;
}

h2 {
	color: #900;
}

h5 {
	color: #963;
}

a {
	text-decoration: none;
	color: #900;
}

a:hover {
	background-color: #eeeeee; 
    /*background-color: #900;*/
}

li {
    padding:5px;
}

.toolbar{
    padding: 0px;
    margin: 0px;
}
.toolbar li{
    list-style-type: none;
    float: right;
    padding: 5px;
}

.toolbar + *
{
  clear: left;
}

.date {
    float: right;
    font-size: 10px;
    font-style: italic;
}

