* {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
body{
	background-color:#FFF;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#CCC;
	text-decoration:none;
}
h1{
	font-size:14px;
}
#error {
	font-weight:bold;
	color:red;
}
.error {
	font-weight:bold;
	color:red;
}
.small {
	font-size:10px;
}
.title {
	color:white;
	font-weight:bold;
	font-size:16px;
}
