/* @override http://localhost:8888/saf/intro.css */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: #000;
	color: #333;
	font: 1em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

p {
	font-size: 0.6em;
}

embed#flash {
	width: 717px;
	height: 538px;
	margin-bottom: 10px;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #009ADC;
	text-decoration: underline;
}
