body { margin: 0; padding: 0; background-color: #B3E6FF; }
p, li { font-size: 10pt; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; }
a { color: blue }
a:link { color: #06f; font-size: 10pt; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; text-decoration: none; }
a:visited { color: #050; font-size: 10pt; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; text-decoration: none; }
h2 { color: #006; font-weight: normal; font-size: 40px; font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif }
h3 { color: #006; font-weight: normal; font-size: 30px; font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif }

#wrap
{
	/*padding: 0;
	
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 50pt;
	margin-right: 50pt;*/
	
	padding: 0;
	
	margin: auto;
	
	border: solid 1px #000;
	
	background-color:#fff;
}

.group
{
	background-color:#bcf;
	border:1px solid #000;
	margin:0;
	padding:2px;
}