body {
	background: #6600CC;
	font-family: "sans serif", tahoma, arial;
	font-size: 14px;
}

table {
	background: #6600CC;
	color: #ffffcc;
}

a {
	color: #ffffcc;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ffffcc;
	text-decoration: underline;
}

.index {

}

.cflag {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #99CCFF;
	font-size: 20px;
}

.cmessage {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-top-color: #99CCFF;
	border-bottom-style: dotted;
	border-bottom-color: #99CCFF;
}

