@charset "UTF-8";
/* CSS Document */

body {
	margin: 20px;
	font-family: Verdana, Arial;
	font-size:12px;
	color:#333333;
}

#pageWrapper { width:400px; margin:0 auto; }

a:link {
	font-weight:normal;
	color: #0050B3;
	text-decoration: none;
}
a:visited {
	font-weight:normal;
	color: #921933;
	text-decoration: none;
}
a:hover {
	font-weight:normal;
	color: #0050B3;
	text-decoration: underline;
}

p { margin:10px;line-height:17px; }