/*
	Independant CSS added to the header of the main file.
	Warning // comments do not work in CSS!
*/

.someFont, .someMoreFont {
	font-family:"Arial"; margin-left: 2px; margin-right: 2px; font-style: normal; 
	font-weight: normal; color: black; text-decoration: none;
	font-size: 12pt;
}

.someMoreFont {
	font-weight: bold;
	color: red;
	text-decoration:none;
	cursor:pointer;
}
