body {
	color: white;
}

form#search { 
	margin: 0px;
	padding: 0px;
}

form#search select { 
	font-size: 10px;
}
.main {
	background-repeat: repeat-y;
}

.main {
	color: white;
	font-family: Arial, sans-serif;
}

.main p, .main ul li {
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.main h3 {
	color: white;
	font-size: 16px;	
}

.main h4 {
	color: white;
	font-size: 12px;	
}

a {
	color: white;
}

table.tb tr td { 
	border: 1px solid white;
}
