body{	
	background-color: #FCF6CF;
	background-image: url(graphics/grabebg.jpg);
}

.tmenu{
	text-align: center;
	}

p{
	font-family: arial, helvetica,sans-serif;
	font-size: 13px;
	color: green;
	}
h5{
	font-weight: bold;
	color: #993366;
	font-size: 13px;
	font-family: arial,helvetica,sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
}
h6{
	font-weight: bold;
	color: #993366;
	font-size: 13px;
	font-family: arial,helvetica,sans-serif;
	margin-bottom: 15px;
	margin-top: 15px;
}

#updated{
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: crimson;
	color: white;
	font-weight: bold;
	border: 1px solid black;
	font-family: arial,helvetica,sans-serif;
	display: none;
}


a.menu:link, a.menu:active, a.menu:visited {
	color: rgb(245,245,245); 
	font-family: Arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

a.menu:hover {
	color: red;
	font-family: Arial,helvetica,sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
}

