a:link {
color : #000000;
	text-decoration : none;
}
a:visited {
	color : #000000;
	text-decoration : none;
}
a:active 
{
	color : #000099;
	text-decoration : none;
}
a:hover {
	text-decoration: none;
	color: #0000ff;
}
img.expando{ /*sample CSS for expando images. Not required but recommended*/
border: none;
vertical-align: top; /*top aligns image, so mouse has less of a change of moving out of image while image is expanding*/
}
body
{
background-image: url('images/backgroundw.jpg');
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top center;
background-color: #FCF3D5;
}
img { border: 0px; }