@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:500);
@import url(https://fonts.googleapis.com/css?family=Bevan);
@import url(https://fonts.googleapis.com/css?family=Qwigley);
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Roboto:900,500,400,300,100);

.fontstyle32ultrabold {
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	font-weight: 900;
	color: #c8c8c8;
	text-decoration: none;
}

.fontstyle32thin {
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	font-weight: 100;
	color: #cccccc;
	text-decoration: none;
}

.fontstyle24light {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #333333;
	text-decoration: none;
}

.fontstyle24black {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 900;
	color: #333333;
	text-decoration: none;
}

.fontstyle15light {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #333333;
	text-decoration: none;
}

.fontstyle15bold {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #1a1a1a;
	text-decoration: none;
}

.fontstyle15ultrabold {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #cccccc;
	text-decoration: none;
}

.fontstyle10bold {
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #cccccc;
	text-decoration: none;
}

.fontstyle12light {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #cccccc;
	text-decoration: none;
}

.fontstyle10light {
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	font-weight: 300;
	color: #cccccc;
	text-decoration: none;
}