html
{
	color: green;
}
body
{
	background-color: #ffffcc;
}
	
.attn
{
	color: #ff0000;
}

.specialAttn
{
	color: #ff0000;
	font-weight: bold;
	font-size: 24px;		
}

.superAttn
{
	color: #ff0000;
	font-weight: bold;
	font-size: 34px;		
}

div.centerStyle
{
text-align: center;
}
