/* body */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	font-weight: normal;
	background-color: rgb(180,0,0);
	margin: 0px;
	text-align: left;
}

body a:link, body a:visited {
  font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	}

body a:hover {
  font-size: 11px;
  color: silver;
  font-weight: bold;
  text-decoration: none;
  } 
  
img {
  border: 0px
  }

