body {
	font-family:"Times New Roman", "Centaur", "Goudy Old Style", "Lucida Bright", "Palatino Linotype", "Perpetua", serif;
	background-image: url("imperialimages/marbled.jpg");
	background-color: yellow;
}
h1 {
	font-family:"Lucida Calligraphy", "Monotype Corsiva";
	color:red;
}
h2 {
	margin:0;
	font-family:"Lucida Calligraphy", "Monotype Corsiva";
	color:blue;
}
h3 {
	margin:0;
	font-family:"Times New Roman", "Centaur", "Goudy Old Style", "Lucida Bright", "Palatino Linotype", "Perpetua", serif;
}
h4 {
	margin:0;
	font-family:"Times New Roman", "Centaur", "Goudy Old Style", "Lucida Bright", "Palatino Linotype", "Perpetua", serif;
	font-style:italic
}
h5 {
	font-family:"Times New Roman", "Centaur", "Goudy Old Style", "Lucida Bright", "Palatino Linotype", "Perpetua", serif;
}
h6 {
	font-family:"Times New Roman", "Centaur", "Goudy Old Style", "Lucida Bright", "Palatino Linotype", "Perpetua", serif;
}
p {
	margin-top:0;
}
ul {
	list-style:round;
	margin-top:0;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:purple;
}
#navbars{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#navbars > li {
	float:left;
}
#navbars> li> a:link, #navbars> li> a:visited {
	display: block;
	width: 140px;
	font-weight: bold;
	color: #0000ff;
	background-color: #118800;
	text-align: center;
	padding: 4px;
	text-decoration: none;
	text-transform: none;
}
#navbars> li> a:hover, #navbars> li> a:active {
	background-color: #000000;
}

.clear{
	clear:both;
}
	