/* hide from ie on mac \*/
html {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}
/* end hide */

body {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	height: 100%;
}
h1{
	
	font-size: 47px;
	letter-spacing:-2px;
	
}

p:hover;{
	
	border-bottom: 1px dotted black;
	background: #191919;
	
}

a:link {

	color:#ffffff;
	text-decoration:none;
	background: #000000;

}
a:visited {
	
	color:#a4a4a4;
	text-decoration:none;
	border-bottom: 1px dotted black;
	
}

a:hover{
	
	background: #ffffff;
	border-bottom: 1px dotted black;
	color:#000000;
	
}
ul {
	
	list-style:none;
	line-height:113%;
}

img{
	
	border:10px solid black;;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
hr{
	
	border:1px dotted black;;
	
}
