@charset "UTF-8";
/*
	CSS Theme by
	JC John SESE Cuneta
*/

/*
	fonts.css is where all css fonts settings are stored.
	Makes it easier to find and change fonts.

	This stylesheet must always be called (third), after restyle.css.
*/

/*
	This stylesheet is using the Web-Fonts 2.0(TM) group.
	Read more about Web-Fonts 2.0(TM) by visiting this link: http://gameshogun.ws/........
*/

code {
	font-family: Consolas, "CourierNew", Courier, "AndaleMono", monospace;
}

h1, h2, h3 {
	font-family: Constantia, Cambria, Georgia, "TimesNewRoman", Times, serif;
}

.cursive {
	font-family: cursive;
}

.fantasy {
	font-family: fantasy;
}

.utf8sans {
	font-family: "LucidaGrande", "ArialUnicodeMS", sans-serif;
}

.serifphon {
	font-family: "DoulosSIL", "CharisSIL", "Gentium", "TITUSCyberbitBasic", "ArialUnicodeMS", serif;
}

.serifoe {
	font-family: "Junicode", "Cardo", "TITUSCyberbitBasic", "DoulosSIL", "Gentium", "ArialUnicodeMS", serif;
}

.macronserif {
	font-family: "TimesCE", "Times", "TimesNewRoman"sans-serif;
}

.macronnoserif {
	font-family: "HelveticaCE", "GenevaCE", "Arial", sans-serif;
}

.serifcyr {
	font-family: "TimesCY", "TimesNewRoman", serif;
}

.noserifcyr {
	font-family: "GenevaCY", "HelveticaCY", "Arial", sans-serif;
}

.serifgreek {
	font-family: "TITUSCyberbitBasic", "Cardo", "NewAthenaUnicode", "GalatiaSIL", "Gentium", "ArialUnicodeMS", "LucidaGrande";
}

.mathsym {
	font-family: "ChrysanthiUnicode", "AppleSymbols", "ArialUnicodeMS";
}

.mathsymgreek {
	font-family: "ChrysanthiUnicode", "AppleSymbols", "TimesNewRoman", "ArialUnicodeMS";
}
