body { margin-left: 5%; margin-right: 5%; }
hr {height: 2px;}

h1 {
	font-family: times;
	font-size:large;
	font-weight:bold;
	text-align:center;
}

h2 {
	font-family: times;
	font-size:medium;
	font-weight:bold;
	text-align:left;
}

body {
	font-family: times;
	font-size:medium;
	line-height: 120%
}

.content-rights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 9pt;
}

.navbar {
	width: 975px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	border: 1px solid #000;
	background-color: #000;
}
.button a {
	float: left;
	width: 100px;
	height: 25;
	color: #eee;
	text-decoration: none;
	text-align: center;
}
.button a:hover {
	float: left;
	width: 100px;
	height: 25;
	text-decoration: none;
	text-align: center;
	background-color: #555;
}
