body{
	background-color: #DB2929;
	background-image: url(/images/gradient_red.png);
	background-repeat: repeat-x;
	}
h1{
	color:#8B0000;
	}
h2{
	color:#8B0000;
	}
h3{
	color:#8B0000;
	}
.nav-button{
	background-color:#8B0000;
	}

#twitter_update_list li{
	border-color: #8B0000;
	background-color:#FFCCCC;
	}
	
	A:link,A:active,A:visited{text-decoration: none; color:#8B0000;}
	A:hover{text-decoration: underline;}