p.common-header
{
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: large;
	margin: 12px;
}
p.common-content
{
	color: white;
	text-align: left;
	margin: 8px;
}
.special
{
	color: white;
	background: blue;
	padding : 2px;
	padding-left: 20px;
	margin: 2px;
	border-width : 0px;/* the border property in longhand*/
	width: 320px;
	float: none;
}

p.common-center-content
{
	color: white;
	text-align: center;
	margin: 8px;
}
p.common-bold-content
{
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: medium;
	margin: 4px;
	line-height: 1.4
}
a.common-content-link
{
	color: #00CC99;
	text-decoration: underline;
}
a.common-bold-link
{
	color: #00CC99;
	text-decoration: underline;
}