/*
 * buttbabies.com
 * hav - 3/15/2011
 */

#content {
	width: 800px;
}

#content li {
	font-size: 18px;
	text-align: left;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
	
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #FFFF00;
	text-decoration: none;
}

body {
	background: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, "Sans Serif";
	font-size: 12px;
	margin: 2px;
}

h1 {
	font-size: 26px;
	margin-bottom: 10px;
	text-align: left;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}