a:link, a:visited {
	color: #FF0000;
}
.adv {
	text-align: center;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#FF0000;
	background-color:#FFEEFF;
	border: 2px solid #FF0000;
}
.advemph {
	color:#000000;
}
.advlink, .advlink:link, .advlink:visited {
	font-size: 36px;
	font-weight:bold;
	color:#0000FF;
	text-decoration: none;
}
.advlink:hover {
	font-size: 37px;
	text-decoration: underline;
	color:#FF0000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold; 
	color:#C00000;
}
#big {
	text-align: center;
	background: #FFCCFF;
	height: 100%;
	width:700px;
	border-right: 1px dashed #C00000;
	border-left: 1px dashed #C00000;
}
html, body {
	text-align: center;
	margin:0px;
	padding:0px;
	color: #666666;
}

