<style>
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.bevelmenu {
	font: 18px Times, serif;
	padding: 2px 0;
	margin: 0;
	width: 100%;
	text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li {
	list-style: none;
	display: inline;
}

.bevelmenu li a {
	padding: 3px 0.5em;
	text-decoration: none;
	color: #000000;
	border: 1px solid #000000;
}

.bevelmenu li a:hover {
	color: #CC99CC;
	background-color: #5C2B00;
	border-style: outset;
}

html>body .bevelmenu li a:active { /* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
}

.warning1 {
	font: bold 24px Times, serif; color: #FF0000;
}

.warning2 {
	font: bold 20px Times, serif;
}
</style>
