

.imagerighth {
	background-size: contain;
	background-image: url(graphic/1.jpg);
	background-repeat: no-repeat;
}

.imagelefth {
	background-size: cover;
	background-image: url(img3g.gif);
	background-repeat: no-repeat;
}


.menufont {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 10px;
	color: #FFF;
	line-height: 40px;
}
.menufont2 {
	font-size: 4pt;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 5px;
	color: #FFF;
	line-height: 30px;
}
.menufont3 {
	text-align: right;
	font-size: 8pt;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	line-height: 40px;
	text-transform: uppercase;
}


.white {
	background-color: white;
	color: #000;
	text-decoration: underline;
	text-decoration-color: yellow;
}

A:link {text-decoration: none; color:#FFF;}
A:visited {text-decoration: none; color:#FFF;}
A:active {text-decoration: none; color:#FFF;}
A:hover {text-decoration: underline; color:#FFF; text-decoration-color: yellow;}