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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
p{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	padding: 3px;
}
body {
	background-color: #000000;
	margin-left: 50px;
}
h2 {
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	color: #000000;
}
h3 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
}

