@charset "utf-8";
/* CSS Document */
body {
	background-color:#cccccc;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	color:#333333;
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#ffffff;
}

p {
	font-size:12px;
	color:#333333;
}

#underline {
	border-bottom-width:medium;
	border-bottom-color: #ffffff;
	border-bottom-style:groove;
}
