/* CSS Document */

/* ---------------------------------------------------------------------------------------------------------------------------------
--	Modify Fonts
--------------------------------------------------------------------------------------------------------------------------------- */
.font-bold {
	font-weight: bold;
}
.font-blue {
	color: #00A0F0;
}
.font-cap {
	font-size: 2em;
	margin-top: 0em;
}
.font-gold {
	color: #FC3;
}
.font-red {
	color: #F00;
}
.font-yellow {
	color: #FF0;
}
.font-white {
	color: #FFF;
}
.font-black {
	color: #000;
}
.font-italic {
	font-style: italic;
}
.font-oblique {
	font-style: oblique;
}
