html {		
	height: 100%;		
	overflow: hidden;	
}


body {
	background-color: #cccccc;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	height: 100%;		
	margin: 0;		
	padding: 0;		
}


a:link, a:visited, a:active {
	color: #330033;
	text-decoration: none;
}

a:hover {
	color: #996699;
	text-decoration: none;
}

h3 {
	text-align: right;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 6px;
}

h5 {
	margin-left: 35%;
	padding-left: 10px;
}


		/* hide from ie on mac \*/	
#flashcontent {		
	height: 100%;	
}	/* end hide */	


