BODY {
	background-color : #C0C0C0;
	font-family: arial,helvetica;
}
A:LINK {
	color: Blue;
}
A:VISITED {
	color: #00008B;
	}
A:ACTIVE {
	color: #483D8B; 
}
A {
	text-decoration : none;
}

A:Hover{
	text-decoration : underline;
	color: Red;
}

.title{
	text-align : center;
	font-size : 40pt;
	background-color : transparent;
	font-family: Comic Sans MS;
	}
.subtitle{
	text-align : center;
	font-size : 20pt;
	background-color : transparent;
}
.link{
	background-color : transparent;
	list-style : disc;
}
.perf{
	font : italic -;
	color: Red;
}
.am{
	font : italic -;
	color: White;
}
.sty{
	font : italic -;
	color: Blue;
}
.notice{
	font-size: 14pt;
	font-weight: bold;
	color: Red;
}
.noticetxt{
	font-size: 14pt;
	font-weight: bold;
	color: Fuchsia;
}