@charset "utf-8";
/* CSS Document */

html {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	background:#a00;
}

body {
	margin:0px;
	padding:0px;
}

p {
	margin-top:0px;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.medium {
	font-size:20px;
}

.big {
	font-size:27px;
}

.red {
	color:#a00;
}

.center {
	text-align:center;
}

ul.errors {
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:20px;
}

.errors {
	font-weight:bold;
	color:#c00;
}