a:link    {color: green;}
a:visited {color: green;}
a:hover   {color: red;}
a:active  {color: black;}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.header, .imageHeader {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.product {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
p.center {
	text-align: center;
}
table#gallery {
	width: 100%;
	margin: 10px auto;
	font-size: 10px;
}

table#newsupdate {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table#newsupdate td {
	text-align: left;
	vertical-align: top;
}