body {
	margin: 0px; 
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
   color: Black;
}
a:visited {
	color: Gray;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link {
color: Gray;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a:hover{
	color: #C1C1C1;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


.footer{
	background-image: url(images/footer.jpg); width: 890px; background-repeat: no-repeat; background-position: top;
 height: 99px;
}
/**FOOTER LINKS***/
#footerlinks a:link{
	color: #EFEFEF;
		height: 60px; text-decoration: none;
}
#footerlinks a:visited{
	color: #ffffff;
		height: 60px; text-decoration: none;
}
#footerlinks a:hover{
	color: #565656;
	background-color: #CDEBF1;
		height: 60px; text-decoration: none;
}
#productstitle{
   font-weight: bold;
	color: #5A5A5A;
	font-size: 16px;
	height: 19px;
}
#productsprice{
	background-color: #5B5B5B;
	color: #EBEBEB;
	font-size: 14px;
	height: 15px;
}
#productsdescription{
font-size: 10px; color: #676767;
}
#contactform {
border-width: 1px; border-style: solid thin; border-color: Silver; background-color: #DFEBF4; color: Black;
	
}
#contactbutton {
border-width: 1px; border-style: solid thin; border-color: #8D8D8D; background-color: #27587A; color: #EEEEEE;
font-weight: bolder;
	
}