@charset "utf-8";
/* CSS Document */
font-family: 'Roboto Slab', serif;
font-family: 'Roboto', sans-serif;

h1 {
	font-family: 'Roboto Slab', serif;
	font-size:100%;
	color:#fff;
	font-weight:normal;
}
h2 {
	font-family: 'Roboto Slab', serif;
	font-size:110%;
	color:#fff;
	font-weight:normal;
}
.special {
	font-size:24px;
	font-weight:bold;
	color:#fff;
}
.special2 {
	font-size:20px;
	font-weight:bold;
	line-height: 2.5ex;
	color:#fff;
}
.nav-font {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size:13px;
	color:white;
}
.white { color:#fff;}
.yellow { color:#f6d600;}