/* CSS Document */

body {
	background: #063;
	margin: 0;
	padding: 0;
}

.flashobject {
	width: 400px;
	margin: 50px auto 10px auto;
	text-align: center;
}

.link-intro {
	text-decoration: none;
	font-weight: bold;
	color: #FF9;
	font-size: x-large;
}

.link-intro:hover {
	border-bottom: 1px solid #FFF;
	color: #FFF;
}