 /* BODY AND LINK ATTRIBUTES */
BODY		{ background-color: #A49C85; }
a:link		{ color: #e1d49c; text-decoration: none }
a:visited	{ color: #ffffff; text-decoration: none }
a:active	{ color: #c4b899; text-decoration: none }
a:hover		{ color: #CCCCCC; text-decoration: none }
 /* END OF BODY AND LINK ATTRIBUTES */
 /* THE NEXT LINES CONTROL THE FONT SIZE AND COLOURS FOR ALL PAGES */
TABLE 		{ COLOR: #ffffff; FONT: 12px verdana, arial, sans-serif; font-weight: normal }
.header		{ COLOR: #ffffff; FONT: 18px arial, verdana, sans-serif; font-weight: bold }
.title 		{ COLOR: #FFFFFF; FONT: 14px arial, verdana, sans-serif; font-weight: normal }
.subtitle 	{ COLOR: #e1d49c; FONT: 14px verdana, arial, sans-serif; font-weight: normal }
.default	{ COLOR: #ffffff; FONT: 12px verdana, arial, sans-serif; font-weight: normal }
.small  	{ COLOR: #ffffff; FONT: 11px verdana, arial, sans-serif; font-weight: normal }
.warning 	{ COLOR: #ff0000; FONT: 18px verdana, arial, sans-serif; font-weight: normal } 
.menu 	{ COLOR: #e1d49c; FONT: 14px verdana, arial, sans-serif; font-weight: normal }   
 /* END OF FONT CONTROL FOR ALL PAGES */
