h1 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 26px;
	color: #FF3300;
}
body {
	background-attachment: fixed;
	background-image: url(img/page_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;


}
.erased {
	text-decoration: line-through;
}
.hilited {
	background-color: #FFFF66;
}
