P  {}

H1  {
	font-size : x-large;
	font-weight : bold;
	text-align : center;
	padding : 0;
}

H2  {
	font-size : large;
	font-weight : bold;
}

H3  {
	font-size : medium;
	font-weight : bold;
	font-style : italic;
}

A  {
	font-weight : bold;
	text-decoration : none;
}

A:Visited  {
	color : #800080;
	font-weight : bold;
}

A:Active  {
	color : #008000;
	font-weight : bold;
}

A:Hover  {
	color : #FF0000;
	font-weight : bold;
}

BODY, TD  {
	font-family : 'Tahoma','arial','sans-serif';
	font-size : 12pt;
}

.PastelGreen  {
	background-color : #99FFCC;
	padding : 8;
}

.menubar  {
	font-size : smaller;
	text-align : center;
	padding : 4;
	font-weight : bold;
	background-color : FFFF66;
}

.SpamPink  {
	background-color : FF99CC;
}

.PowderBlue  {
	background-color : 9999FF;
}

.PastelOrange  {
	background-color : FF9966;
}

.navbar  {
	font-size : smaller;
	text-align : left;
	font-weight : bold;
	background-color : #00CCCC;
	padding : 4;
	padding-left : 8;
}
.tiny {
	font-size : x-small;
}
