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

h1{
	margin-top:30px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
p{
	width:600px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	text-align:justify;
}