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

body {
	background-color: #333333;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.style3 {
	font-size: 16px;
	font-weight: bold;
	color: #323232;
}
.style4 {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
}
