pre, input, body, td, select, textarea {
	font-family: verdana;
	font-size: 10px;
}

.color {
	color: #990000;
}

.blackcolor {
	color: black;
}

.logo {
	font-family: "Trebuchet MS", verdana;
	font-size: 20px;
	color: #990000;

}

.usp {

}

.big {
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
}

.border {
	border: 1px solid black;
}

.border2 {
	border-top:  1px solid black;
	border-bottom:  1px solid black;
}

a {
	color: #990000;
}

a:hover {
	text-decoration: none;
}

.date {
	color: gray;
}

.copyright {
	font-family: arial;
	color: gray;
}

a.signup {
	background: #990000;
	color: white;
	font-size: 20px;
	font-family: arial;
	border: 1px solid black;
	text-decoration: none;
}

a.signup:hover {
	background: white;
	color: #990000;
	font-size: 20px;
	font-family: arial;
	border: 1px solid black;
	text-decoration: none;
}

.divider {
	border-top: 1px dashed black;
	margin-left: 10px;
	margin-right: 20px;
}


.contacts {
	font-family: arial;	
	font-size: 10px;
	text-transform: uppercase;
}

.h1 {
	color: #990000;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}

.redbox {
	margin: 5px 5px 5px 5px;
	padding: 20px 20px 20px 20px;
	border: 3px solid #990000;
	background: #efefef;
}

.light {
	background: #efefef;
}

form {
	margin: 0px;
	padding: 0px;
}