/* Basic Style Sheet used for titles, headings and menus */
*#main_menu
{
	/* Used for the main menu */
	font-family: Verdana;
	font-size: 14pt;
	background-color: #66FF99
}

*#mini_menu
{
	/* Used for the mini menu */
	font-family: Verdana;
	font-size: 10pt;
	background-color: #66FF99
}

*#title
{
	/* Used for the headings and titles */
	font-family: Verdana;
	font-size: 20pt;
}

