/*

I have set up a few things for you here.  The body is basically everything in the html.
The a styles whatever is in <a> tags, so it styles the links. a is the link without
interaction, a:hover is when the mouse is over the link, and so forth.
You can only have certain css attributes function within Flash. See the XML file for more info - from the XML using html, you can add size and color to the text.

*/
#content {
	width: 400px;
	margin: 40px auto 0 auto;
	padding: 0 60px 30px 60px;
	border: solid 1px #cbcbcb;
	background: #fafafa;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}



pre {
	color:#FF0000;
	margin-left: 150px;
	font-size:19px;	
}
.test
{
	margin-left: 150px;

}
