.menubutton {
	position: relative;
	float: left;
	width: 104px;
	height: 40px;
	background-image: url('/images/0m2.jpg');
	color: #373737;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	text-decoration: none;
}

.menubutton:hover {
	background-image: url('/images/0m1.jpg');
	cursor: pointer;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	font-style: oblique;
	color: #FF6127;
}

h2 {
	font-size: 16px;
}

p
{
	color: black;
}

strong
{
	color: red;
}
