/* AboutUs.css
 * used to format Internet-art-marketing 'About US' page
 $Date: 2005-06-10 17:50:46 -0400 (Fri, 10 Jun 2005) $
 $Rev: 164 $
 $Author: alan $
 ©Copyright SIME Corp, 2002-2005
 */

@import "IAM.css";

#Testimonial a {
text-decoration: none;
display: block;
background-color: #ffeaa5;
padding: 10px;
text-align: center;
text-decoration: none;
border: 1px #000000 solid;
height: 100%;
color: #000000;
margin-top: .5em;
margin-bottom: .5em;
float: left;

margin-right: 1em;
width: 340px;}

#Testimonial a:hover {
background: #ccb94a;
color: #000000;
}

#Testimonial a:active {
background: #ccb94a;
color: #000000;
}

