/* Where all the lights are bright */

/* Has the background image for the diagonal stripes on the left. */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #9ACCFF;
}

a:link, a:visited {
	text-decoration: none;
	color: #0000FF;
	font-size: 12px;
}

a:hover {
text-decoration: underline;
}
.paraheader {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
.text {
	font-size: 12px;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #FFFFFF;
}
.punchboxplain {
	float: left;
	width: 200px;
	text-align: left;
	font-size: 120%;
	font-style: italic;
	padding: 1em;
	background: #FFFF66;
	color: #000000;
	border: 1px solid #999999;
	margin: 15px 20px 15px 0px;
}
