/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #A22F31;
}
h1  { font-size: 14px; ]
}
a:visited {
		color: #EEE;
}
a:active {
		color: #EEE;

}
a:hover {
	color: #EEE;
	font-weight: bold;
}
a:link {
	color: #EEE;
	text-decoration: none;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EEE;
	line-height: 22px;
}
.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #EEE;
}

