body { background-color : #ffffff;
 background-image : url(showroom.jpg);
 color : #000000;
 font-family : Arial, Helvetica, sans-serif;
 font-size : 13px;
 font-weight: bold;
 }

.title { color : #000000;
 font-size : 23px;
 }

.large { font-size : 16px;
 }

.red { color : #CC3300;
 }

A:link { color : #3333CC;
 text-decoration : underline;
 }

A:visited { color : #333399;
 text-decoration : underline;
 }

A:active { color : #990033;
 text-decoration : underline;
 }

A:hover { color : #990033;
 text-decoration : none;
 }

table { color : #000000;
 font-family : Arial, Helvetica, sans-serif;
 font-size : 13px;
 font-weight: bold;
 }