/* stylesheet for windart gallery */

/* 
   DEFAULT TEXT STYLES - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
body {
  font-family: Arial, Helvetica, sans-serif;
  background: #000066;
  color: #CCCCCC;
}

p, td, ul, ol, li {
  font-family: Arial, Helvetica, sans-serif;
}


/* CLASSES */

/* 3D tables
.table { border: 1px solid; border-color: #404040 #D9D9D9 #D9D9D9 #404040; }
.th    { border: 1px solid; border-color: #D9D9D9 #404040 #404040 #D9D9D9; }
.td    { border: 1px solid; border-color: #D9D9D9 #404040 #404040 #D9D9D9; }
*/

.mainheadertab { background: #313131; border: 1px solid; border-color: #FF9900 #FF9900 #FF9900 #FF9900;  }


/* 
   link colors - overridden by the album 'linkcolor' property.
*/
a:link    { color: #FFCC00; }
a:visited { color: #FF9900; }
a:active  { color: #FF3300; }
a:hover   { color: #FFCC66; }

