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-style : italic;
	color: Red;
}
.am{
	font-style : italic;
	color: White;
}
.sty{
	font-style : italic;
	color: Blue;
}
.notice{
	font-size: 14pt;
	font-weight: bold;
	color: Red;
}
.noticetxt{
	font-size: 14pt;
	font-weight: bold;
	color: #4B0082;
}
.address{
	font-size: 16pt;
	font-weight : bold;
	color: #FFFFCE;
}
.phone{
	font-size: 16pt;
	font-weight : bold;
	color: #9966FF;
}