p {
	color : #330099;
	font-family : Arial, Verdana, Georgia, sans-serif;
	font-size : 12pt;
}

a {
	text-decoration : underline;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 16pt;
	color: #330099;
	font-weight: normal
}

LI {
	color : #330099;
	font-family : Arial, Verdana, Georgia, sans-serif;
	font-size : 12pt;
}


a:hover {
	color : Red;
}

a.menu {
	text-decoration:none;
	color : #FFFFCC;
	font-family : Arial, Verdana, Georgia, sans-serif;
	font-size:8pt;
	font-weight: bolder
}

a.menu:hover {
	color:  #330099;
	background-color : White;
}

a.menusm {
	text-decoration:none;
	color : #FFFFFF;
	font-family : Arial, Verdana, Georgia, sans-serif;
	font-size:8pt;
	font-weight: bolder
}

a.menusm:hover {
	color:  #330099;
	background-color : #FFFFCC;
}

h1 {
	font-size : 24pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #330099; 
	font-weight :  normal;
	text-align :  center;
	}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18pt;
	color: #330099;
	font-weight :  normal;
	text-align :  center;
}

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14pt;
	color: #330099;
	font-weight :  normal;
	text-align :  center;
}

h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt
	color: #330099;
	font-weight :  normal;
	text-align : left;
}

h5 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #330099;
	font-weight :  normal;
	text-align :  center;
}

h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	color: #330099;
	font-weight :  normal;
	text-align :  center;
	}

.highlight {
	background-color : Yellow;
}

.note {
	background-color : Silver;
	border-color : Gray;
	border-style : solid;
	border-width : thin;
	padding : 4px;
}

.title {
	background-color : Navy;
	color : Silver;
	font-style : italic;
}