h1 {	
	text-align: center;	
	color: white;	
	}	

.table table {	
	margin: 0 auto;	
	width: 100%;	
	}	

.table td, tr, a, img {	
	margin: 5px;	
	}	

body {	
	background: url(bkg2.png) repeat-x #CCC fixed;	
	}	

#articles {	
	text-align: center;	
	width: 100%;	
	}	

h2 {	
	color: white;	
	text-align: left;	
	}	

#new img {	
	float: left;	
	position: absolute;	
	background-color: white;	
	margin-left: 20px;	
	}

body a:link {	
	color: black;	
	text-decoration: none;	
	font-weight: bold;	
	}

body a:visited {	
	color: black;	
	text-decoration: none;	
	font-weight: bold;	
	}

div#articles{
	margin: 0 auto;
	width: 810px;
	}

div.box{
	float: left;
	border: 2px outset #999;
	background: #fff;
	padding: 3px;
	margin: 8px;
	width: 166px;
	height: 203px;
	}

div.box img{
	padding: 2px;
	border: 1px solid #bbb;
	width: 140px;
	height: 180px;
	}

span.new {
	background: url(new3.gif) no-repeat;
	display: block;
	width: 72px;
	height: 36px;
	float: left;
	position: absolute;
	border: black 2px outset;
	}
