/* MadNet Default Template CSS */
body {
	background-color: white;
	margin: 0;
	padding: 0;
}

div {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div span {
	color: #cccccc;
}

div.head {
	font-size: 150%;
	color: #ffffff;
	background-color: #ca0402;
	padding: 1ex 0;
	margin-bottom: 1ex;
	border-bottom: 2px solid #970502;
}

div.head,
div.text {
	font-weight: bold;
}

div.text,
div.foot {
	color: #666666;
}

div.foot {
	font-size: 70%;
	margin-top: 2ex;
	padding: 1ex;
}

a {
	font-weight: bold;
	color: #ca0402;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #ff0000;
}