@font-face{
	font-family: saturn;
	src: url('saturno.ttf');
}

h1{
	color: #028900; /*The Green color*/
	text-align: right; 
	/*font-family: saturn, Helvetica; */
	font-family: "Courier New", Courier, monospace; /*Dope Font*/
	font-weight: 500;
	background-color: #F5F5F5; /*White color*/
}

h2{
	color: #028900;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-weight: 25;
}

body{
	background-color: #F5F5F5;
}

p{
	max-width: 700px;
	margin: 0 auto 30px;
	text-align: center;
	font-family: "Helvetica", monospace;
	line-height: 2;
}

p2{
	font-family: saturn;
	font-weight: 100;
}

hr.style1{
	height: 12px;
	border: 0;
	box-shadow: 0 12px 12px -12px #8c8b8b inset;
}

a {
	color: #029800;
}
