html, body {
    height: 100%;
    line-height: 0;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    overflow: hidden;
}
	    
#flashcontent {
    height: 100%;
}
		
#history {
	display: none;
}

#noFlash {
	margin: 60px 0 0 40px;
	width: 400px;
}

h1 {
	color: #FF6699;
	font-weight: normal;
	font-family: Monaco , Geneva , 'Lucida Sans Unicode' , 'Lucida Grande' , Arial;
	font-size: 10px;
	line-height: 12px;
}

p {
	color: #666;
	font-weight: normal;
	font-family: Monaco , Geneva , 'Lucida Sans Unicode' , 'Lucida Grande' , Arial;
	font-size: 10px;
	line-height: 14px;
	text-align: justify;
}

a:link {
	color: #FF9999;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
