body, p, .header, .homeimg, a, .whitetext, .header1, .header2, .header3, .menuitem, .footer, .maintext, .gallerydesc {
    -webkit-text-size-adjust:none;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #A11329;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 15px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


.footer  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

P  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFF;
}

.maintext  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
}

a.maintext:active  {color:#000;}
a.maintext:hover  {color:#9c2031; text-decoration:none;}
a.maintext:visited  {color:#9c2031;}
a.maintext  {color:#000;}


.whitetext  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#fff;
}

.gallerydesc  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

.header1  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color:#000;
	font-weight:bold;
}

.header2  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#000;
	font-weight:bold;
}

.header3  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#000;
	font-weight:bold;
}

.homeimg  {
	border:thin; border-style:solid; border-color:#FFF; border-width:1px;
}
