.menu {
	display:inline-block;
	padding: 9px;
	font-family: arial;
	font-size: 20px;
	min-width: 150px;
	vertical-align: middle;
	color: black;
}

.menu:hover {
	background-color: blue;
	font-weight: bold;
	color: white;
	margin: 0 0 0 0;
}

.menubar {
	background-color:  #990000;
	color: white;
	font-size: 20px;
	font-weight: bold;
	padding: 8px;
	height: 24px;
}

.footer {
	background-color: #990000;
	color: white;
	height: 40px;
	text-align: center;
	padding: 4px;
}

.jvdvlpr {
	color:  #339900;
	font-weight: bold;
	font-size: 120px;
	height: 150px;
	text-align: right;
}

.jvdvlpr:hover {
	color: #990000;
	font-size:135px;
}

.wllmvgd {
	color:  #339900;
	font-weight: bold;
	font-size: 120px;
	height: 150px;
	text-align: right;
}

.wllmvgd:hover {
	color: #990000;
	font-size:135px;
}

.scrmmstr {
	color:  #339900;
	font-weight: bold;
	font-size: 120px;
	height: 150px;
}

.scrmmstr:hover {
	color: #990000;
	font-size: 135px;
}

body {
	margin: 0 auto;
	width: 800px;
	font-family: arial;
}		

p {
	font-size: 15px;
	font-family: arial;
}

a {
	text-decoration: none;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.content {
	display: inline-block;
	width: 600px;
	font-family: arial;
	font-size: 22px;
	border: 2px solid #339900;
	padding: 10px;
}
