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

.white{
	color: #FFF;
}
.orange{
	color: #F90;	
}
.linkorange{
	color: #06C;
	text-decoration: none;	
}
.linkorange:hover{
	color: #F90;
	text-decoration: none;	
}
.linkwhite{
	color: #06C;
	text-decoration: none;	
}
.linkwhite:hover{
	color: #FFF;
	text-decoration: none;	
}
.blue{
	color: #06C;
}
.super16 {
	font-family: supermarket;
	text-decoration: none;
	font-size: 18px;
}
.super20 {
	font-family: supermarket;
	text-decoration: none;
	font-size: 20px;
}
.super24 {
	font-family: supermarket;
	text-decoration: none;
	font-size: 24px;
}
.super30 {
	font-family: supermarket;
	text-decoration: none;
	font-size: 30px;
}
.super48{
	font-family: supermarket;
	text-decoration: none;
	font-size: 48px;
}
.font18 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-decoration: none;
	line-height: 150%;
	}
.green{
	color:#063;
}

@media screen and (max-width: 580px)
{
.super30 {
	font-size: 24px;
}
.super48{
	font-size: 30px;
}
}