/* CSS Document */

body {
	margin: 0px;
}
.type {
	font: 12px Arial, Helvetica, sans-serif;
	line-height:1.4em;
	color:#000000;
	padding: 5px 35px;
}
h1 {
	font: 18px;
	font-weight: bold;
}
h2 {
	font: 14px;
	color:#666666;
}
h3 {
	font: 12px;
	color:#999999;
	font-weight:bolder;
}
a {
	color: #333399;
	text-decoration:none;
	font-weight:bold;
}
a hover {
	color:#CC3300;
}
