@charset "utf-8";

html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

.text {
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: justify;
}
h1 
{
color:#990000;
font-size:24px;
margin: 0;
}

p,h2,h3 
{
margin: 0;
}


a
{
 color: #990000;
 text-decoration:none;
 
}

a:hover
{
	cursor: pointer;
	color:#C30;
	text-decoration: underline;
	
}

