/* Main Selectors */
/* hide from ie on mac \*/
html {
	height: 100%;
}
#flashcontent {
	height: 100%;
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color:#D0D0D0;
}

a, a:link, a:active, a:visited {
	color: #c2d5ef;
	text-decoration: none;
}
a:hover {
	color: #c2d5ef;
	text-decoration: underline;
}
a.outside, a:link.outside, a:active.outside, a:visited.outside {
	color: #f9f7cf;
	text-decoration: none;
}
a:hover.outside {
	color: #f9f7cf;
	text-decoration: underline;
}


/* Thumbnail Index */
p.introduction {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: left;
	font-size: 0.8em;
	margin: 0.5em 20%;
	text-indent: 2em;
}

