html, body {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, Sans-Serif;
	color: #444;
	font-size: 13px;
} 

#slideshow {
	margin: 0;
	padding: 0;
}

#slideshow a {
	color: #900;
	text-decoration: none;
}

#slideshow a:hover {
	text-decoration: underline;
}

#slideshow img, #slideshow img a {
	border: none;
	margin: 0;
}

#slideshow p {
	font-size: 13px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #333;
	margin: 0;
	padding: 0;
	line-height: 17px;
}

#slideshow p strong {
	color: #036;
	text-decoration: none;
}

#slideshow p strong a, #slideshow p strong a:visited {
	color: #900;
	text-decoration: none;
}

#slideshow p strong a:hover {
	text-decoration: underline;
}

#slideshow table {
	margin:0;
	padding: 0;
	width: 600px;
	height:250px;
}

#slideshow table, #slideshow td {
	vertical-align: top;
}

