body	{
	margin:	0;
	padding:	0;
	text-align:	center;
	font:	12px georgia, times, serif;
	color:	#666;
	background-color:	#fff;
	}

.content	{
	text-align:	left;
	margin:	10% auto 0 auto;
	width:	50%;
	}

.getflash	{
	padding:	15px;
	background-color:	#EAEEEE;
	border:	solid 1px #74887F;
	}
.entersite	{
	padding:	15px;
	background-color:	#fff;
	border:	solid 1px #ccc;
	}
.textonly	{
	padding:	15px;
	background-color:	#fff;
	border:	solid 1px #eee;
	}
.checklist	{
	padding:	15px;
	background-color:	#fff;
	}
.small	{
	font-size:	11px;
	}

h1	{
	font:	bold 18px helvetica, arial, sans-serif;
	border-bottom:	dotted 1px #000;
	}
h2	{
	font:	bold 14px helvetica, arial, sans-serif;
	margin-bottom:	0;
	}

a:link, a:active, a:visited	{
	color:	#0069B3;
	text-decoration:	underline;
	}
a:hover	{
	color:	red;
	text-decoration:	underline;
	}
a:hover.hover	{
	background-color:	#eee;
	color:	#fff;
	}
.float	{
	float:	left;
	}


