body {margin: 0; padding: 0; background: url(images/bg.jpg); background-repeat: repeat-x; font: 10pt Geneva, Arial, Verdana, sans-serif;}

/* TEXT STUFF */

#white {
	background-repeat: no-repeat; 
	font: 900 12px arial; 
	color: #ffffff;
	line-height: 18px;
}

#black {
	font: 900 12px arial; 
	color: #000000;
	line-height: 18px;
}

p {
	font: 12px arial;
	color: #000000;
	line-height: 18px;
}

#black2 {
	font: 18px arial; 
	color: #000000;
	line-height: 25px;
}

#footer {
	text-align: center;
	font: 900 12px arial; 
	color: #000000;
}

#underline {
	border-bottom: 1px solid #000000;
}

#border {
	border-width: 10px; border-color: #CCCCCC;
}

h3 {
	font: 900 18px arial;
	color: #000000;
}

h2 {
	font: 900 26px arial;
	color: #000000;
}

a {
	font: 900 12px arial; 
	color: #000000;
}

a:hover {
	font: 900 12px arial; 
	color: #EE1C23;
}

