@charset "utf-8";
/* CSS Document */
h2 {
	font-size:16px;
	color: #000000;
}
h1 {
	font-size:18px;
	color:#333333
}
h3 {
	font-size:14px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.white {
	color:white;
}

