/* Examples.css
 * used to format Internet-art-marketing examples section
 $Date: 2005-06-02 15:14:09 -0400 (Thu, 02 Jun 2005) $
 $Rev: 151 $
 $Author: DaleS $
 ©Copyright SIME Corp, 2002-2005
 */
 
@import "IAM.css";

#Column1 {
margin-top: 0em;
width: 230px;
float: left;}

#Column2 {
width: 230px;
float: right;
}

#Example {
margin-top: .5em;
margin-bottom: 1em;}

#Example p.companyTitle {
font-size: 1em;
font-weight: bold;
text-align: center;
}

#Example 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;}

#Example a:hover {
background: #ccb94a;
color: #000000;
}

#Example a:active {
background: #ccb94a;
color: #000000;
}
