
@font-face{
	font-family: erasbold;
	src:url(fonts/ERASBD.TTF);}

@font-face{
	font-family: erasdemi;
	src: url(fonts/ERASDEMI.TTF)}

@font-face{
	font-family: eraslight;
	src: url(fonts/ERASLGHT.TTF)}

@font-face{
	font-family: tunga;
	src: url(fonts/tunga.ttf);}


* {
	margin: 0;
	padding: 0;	
}

html,body{ width: 100%; height: 100%; float:left; 
	margin: 0 auto;
	text-align: center;
}

h1 {
	font-family: erasbold;
	margin: 0; padding: 0; font-size: 24px; font-weight: normal; color: black;
}

h2 {
	font-family: erasdemi;
	margin: 0; padding: 0; font-size: 18px; font-weight: normal; color: #0095ff;
}

h3 a{
	font-family: eraslight;
	margin: 0; padding: 0; font-size: 18px; font-weight: normal;
	color: black; 
	text-decoration:none;
	border: 0px;
	border-bottom: 1px;
	border-style: solid;
	border-color:#0095ff;
}
