body {
	font-size: 12px;
	line-height: 150%;
	color: #000;
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
a {
	color: #333399;
}
h1 {
	font-size: 24px;
	line-height: 150%;
}
h2{
	font-size: 16px;
	line-height: 150%;
}
h3{
	font-size: 14px;
	line-height: 150%;
}

.wrapper {
	margin: 40px;
	width: 620px;
}


.note {
	color: #CC3300;
}

ul{
	list-style: square;
	margin: 12px 0px;
	padding: 0 0 0 16px;
}
li {
	margin: 10px 0;
}

.header,
a.header {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}

.copyright {
	margin: 60px 10px;
	color: #666;
}

