/* load custom Squealer font face */
@font-face {
   font-family: 'websquealer' ;
   src: url('font/squealer.eot?#iefix') format('embedded-opentype'),
        url('font/squealer.woff') format('woff'),
        url('font/squealer.ttf') format('truetype'),
        url('font/squealer.svg#SquealerRegular') format('svg');
}

heading {
	background-color:#000000;
	color:#FF1133;
	text-align:center;
	font-family:'websquealer';
	font-size:48pt;
}
	
normal {
	background-color:#000000;
	color:#CC1133;
	text-align:center;
	font-family:'websquealer';
	font-size:24pt;
}

body {
	background-color:#000000;
	text-align:center;
}

/* Bottom text buttons */
#buttonarea { 
   font-family:'websquealer';
   font-size:24pt;
}

.horzdist {
   display: inline-block;
   margin-left:5%;
   margin-right:0;
}

#buttonarea .horzdist:first-child {margin-left: 0px;}

/* link general properties */
a:link{color:#CC1133}
a:visited{color:#CC1133}
a:hover{color:#FF8888; font-size:30pt}
a{text-decoration:none}
