body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990033;
	text-decoration: overline;
	background-color: #FFA5A5;
}
.warning {
	font-size: 12px;
	background-color: #E9BBBA;
	border: 2px solid #CC3366;
}
.content h3 {
	margin-bottom: 5px;
}
.ad1 {
	font-size: 18px;
	color: #990033;
	padding: 4px;
}
.border {
	border: 2px solid #CC3366;
}



.content {
	background-color: #FFCFCF;
}
.ad2 {

	font-size: 24px;
	color: #990033;
	padding: 6px;
}
a:link {
	font-weight: bold;
	color: #FF0099;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #FF0099;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #FF6EB6;
}
a:active {
	font-weight: bold;
	color: #FFB1D8;
	text-decoration: underline;
}

