/*
	Created by: Florence Li
	Purpose: CSS for Imaginahome, Inc.
	Date Created: July 7th, 2003
*/

body {
	font-size: 11px;
	background-color: #ffffff;
	font-family: verdana, arial, sans-serif;
}
p {
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
}
/* table text */
td.tabletext {
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
}
/* table text */
div.copyright {
	font-size: 9px;
	color: #999999;
	font-family: verdana, arial, sans-serif;
}
/* subheadings */
h3 {
	color: #660000;
	font-family: verdana, arial, sans-serif;
}
/* subheading for products */
h5 {
	color: #000000;
	font-family: verdana, arial, sans-serif;
}
a:link {
	color: #660000; 
	text-decoration: none;
} 
a:active {
	color: #000000; 
	text-decoration: none;
} 
a:visited {
	color: #660000; 
	text-decoration: none;
}
a:hover { 
	color: #660000; 
	text-decoration: underline;
} 