body {
	font-family: Verdana, sans-serif;
	font-size: 75%;
	line-height: 150%;
	color: #333;
}

html,body,h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,dl,dt,dd,table,td,th,form,input,fieldset{
	margin:0;
	padding:0;
}
img{
    border:0;
}

.mb20{ margin-bottom:20px !important;}
.pl15{ padding-left:15px !important;}

a:link	{
	text-decoration: none;
	color: #2D88B3;
}
a:visited	{
	text-decoration: none;
	color: #2D88B3;
}
a:hover	{
	text-decoration: underline;
	color: #2D88B3;
}
a:active	{
	text-decoration: none;
	color: #9F81D9;
}
h1	{ font-size: 180%; padding:20px 0 20px 20px;}
#wrapper { width:100%;}
#contents	{
	padding: 0 20px 20px 20px;
}
h2	{ 	
	font-size: 133.3%;
	border-bottom: solid 2px #CCC;
	padding: 20px 0px 10px 0;
	margin-bottom: 20px;
	clear: both;
}
h3	{ margin:0 0 10px 0; padding:0; clear: both; }
pre	{ 
    width: 900px;
	background: #F4F4F4;
	border: solid 2px #D4D4D4;
	padding: 15px 10px;
	line-height: 120%;
	font-family: "Consolas", "Courier New", Courier, mono, serif;
	margin-bottom: 20px;
	overflow: auto;
}
address	{ padding:0 0 40px 20px;}
.link{ padding-left:35px; margin-bottom:20px;}
.link li{ line-height:1.7em;}
.score{ display:none;}