﻿/* CSS File: Fons */


/* ==== General Fonts ==== */
.font_small { font-size: 0.8em; }


/* ==== Links ==== */
A:link {
	color: #1f0908;
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	color: #1f0908;
	text-decoration: none;
	font-weight: bold;
}
A:active {
	color: #5d2014;
	text-decoration: underline;
	font-weight: bold;
}
A:hover {
	color: #5d2014;
	text-decoration: underline;
	font-weight: bold;
}


/* ==== Div-Specific Fonts ==== */
	/* ---- div_menubar ---- */
	.font_menubar { font-size: 1em; }

	/* ---- div_toolbar_user ---- */
	.font_toolbar_user { font-size: 0.8em; }
