@charset "utf-8";
body {
	font-family:Arial, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #19171C;
	margin:1cm;
	background-color: #19171C;
}
h1 {
	font-size:18px;
	text-transform:uppercase;
}
h2, h3, h4 {
	font-size:15px;
	font-style:italic;
}
a, a:hover, a:visited, a:active {
	color: #F18E00;
}
a:active, a:hover{
	text-decoration:none;
}a, a:visited {
	text-decoration:underline;
}
input, textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #19171C;
}
.content {
	position:relative;
	left: 0px;
	padding-right:20px;
	text-align:justify;
}
li {text-align:left;
}
