BODY, TR, TH, TD  {
	margin : 0;
	font-family : Comic Sans MS, arial, sans-serif;
	font-size : 10pt;
}

h1 {
	font-size : 16pt;
	color : Navy;
}

h2 {
	font-size : 14pt;
	color : Navy;
}

h3 {
	font-size : 12pt;
	color : Navy;
}

a:link  {
	color : blue;
}
/* --------------------------------
a:visited  {
	color : purple;
}
------------------------------------ */
a:hover  {
	color : red;
}

a:active  {
	color : red;
}

a.menu  {
	font-size:10pt;
	font-weight : bold;
	text-decoration : none;
	color : black;
}
a.menu:hover {
	text-decoration : none;
	color : #ff0000;
}
a.menu:active {
	text-decoration : none;
	color : #ff0000;
}
a.menu-selected  {
	font-size:10pt;
	font-weight : bold;
	text-decoration : none;
	color : #009900;
}
a.menu-selected:hover {
	text-decoration : none;
	color : #009900;
}

a.menu-selected:active {
	text-decoration : none;
	color : #009900;
}

.title {
	font-size : 14pt;
	font-weight : bold;
}

.subtitle {
	font-size : 10pt;
	font-weight : bold;
}

.small {
	font-size : 8pt;
}

