@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0; /* for browser incompatibility */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	width: 400px;
	}

rsh, cc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: auto;
	background-color: #333333;
	width: 500px;
	}
	
img {
	padding: 5px;
	}
	
p {
	margin-top: 0;
	}
