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

BODY {
	background-color: #FFFFFF;
}
H1 {
	background: blue;
	font-size: 14px;
	font-weight: bold;
	color:red;
	background-color: #00FF99;
}
H2 {font-size:12px; font-weight:bold; color:red}
