/* CHIRO CSS Document */

body {
	width: 900px;
	height: 600px;
	font-family: "Trebuchet MS", "Gill Sans", "Helvetica", "Arial", sans-serif; 
	line-height: 125%;
	color: #CCC;
	background-color: #000;
	margin: auto;
	padding: 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.swfcenter {
	margin-right: auto; 
	margin-left: auto;
	text-align: center;
}
.center {
	text-align: center;
}

#flashPortfolio {
	border-color: #CCC;
	border-width: 10px;
	border-style: solid;
} 

a {
	color: #CCC;
}
a:visited {
	color: #AAA;
}
a:hover {
	color: #EEE;
}
