html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
	color: #000000;
}

body {
	background: #000000 url('bg.gif') repeat;
}

a:link, a:active, a:visited {
  color: #DD5533;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
  color: #FF9999;
	text-decoration: none;
}

img {
  border: none;
}

h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}



#container {
  width: 750px;
	margin: 10px auto;
	text-align: center;
}

#zzz img {
  padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #115588;
	margin: 3px;
}

