.red{
background-color: #FFC;
color: #000000;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
}

form {
	color: #000000;
	font-size: 12px;
	line-height: 17px;
	margin: 0px;
}
h1 {
	margin-bottom:18px;
	font-size:16px;
	line-height:19px;
}
body {
	font-size: 12px;
	line-height: 17px;
}

input, select {
	margin-top: 2px;
	margin-bottom: 2px;
}

ul {
    list-style-type: none;
	list-style-image:url(dash.png);
}
li, em {
	color:#000000;
}
a em {
	color:#ff0000;
}