html body {
	margin: 0;
	padding: 0;
	background-image:  url(../images/index2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 0px; 
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: .9em;
	color: #fff;
	background-color: #000;
	text-align: center;
	overflow: -moz-scrollbars-vertical;	
}

table {
	margin-top: 10px;
}

img {
 border: none;
}

.gallery {
	width: 200px;
	color: #f00;
	font-weight: 900;
	padding-top: 10px;
	border: none;
}

h2 {
	color: #f00;
	margin: 4px 4px 4px 0px;
	font-size: 16pt;
	letter-spacing: 0.1em;	
}

h3 {
	margin: 10px 4px 4px 0px;
	color: #99CCFF;
	font-size: 18pt;
}

h4 {
	margin: 8px 4px 4px 0px;
	font-size: 11pt;
	letter-spacing: 0.1em;	
}

.tall {
	height: 58px;
}

p {
	color: #fff;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 2px;
	font-size: 10.5pt;
	/* font-style: italic;*/
}

.small {
	color: #ffff99;
	margin: 4px 4px 4px 0px;
	font-size: 10pt;
}

a:link, a:visited {
	font-size: 11pt;
	color:#ff9;
	text-decoration: underline;
	letter-spacing: 0.1em;	
}

a:hover {
	font-size: 11pt;
	color: #9cf;
	letter-spacing: 0.1em;	
}