@import url(http://fonts.googleapis.com/css?family=Oswald|Lobster);

body {
  font-family: Oswald, Arial;
  min-width: 800px;
}

h1{
	text-align: center;
}

.h1sub{
	font-size: medium;
	position: relative;
}

.h1both{
	background-color: rgb(205,40,35);
	color: white;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.h1both2{
	background-color: rgb(205,40,35);
	color: white;
	padding: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}