BODY, TR, TH, TD {
	margin : 0;
	font-family : Comic Sans MS, arial, sans-serif;
	font-size : 10pt;
}

p  {
	margin-top : 6px;
	margin-bottom : 6px;
}

h1 {
	font-size : 24pt;
	color : Navy;
	margin-bottom : 0px;
}

h2 {
	font-size : 16pt;
	color : Navy;
}

h3 {
	font-size : 12pt;
	color : Navy;
	margin-bottom : 0px;
}

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;
}

.title2 {
	font-size : 12pt;
	font-weight : bold;
}

.subtitle {
	font-size : 10pt;
	font-weight : bold;
}

.small {
	font-size : 8pt;
}

.frankenstein1 {
	font-size : 24pt;
	font-weight : normal;
	font-family : Frankenstein,'Times New Roman',Times,serif;
}

.frankenstein2 {
	font-size : 18pt;
	font-weight : normal;
	font-family : Frankenstein,'Times New Roman',Times,serif;
}

.frankenstein3 {
	font-size : 14pt;
	font-weight : normal;
	font-family : Frankenstein,'Times New Roman',Times,serif;
}

.indent {
	text-indent : 50px;
}
