@import "style200.css";

html, body
{
 margin:0;
 padding:0;
 font-family:sans-serif;
 font-weight:bold;
 background-color:#000;
 color:#0F0;
}

p,div,span,li,dl,dt,h1,h2,h3,h4,h5,h6,td,th,address { font-family:sans-serif; font-weight:bold; }
p { color:#0F0; }

a:link
{
 text-decoration:none;
 color:#B9F;
}
a:visited
{
 text-decoration:none;
 color:#B9F;
 font-style:italic;
}
a:hover
{
 text-decoration:none;
 background-color:#628;
 color:#B9F;
}
a:active
{
 text-decoration:none;
 background-color:#628;
 color:#B9F;
}

h1
{
 margin:0;
 padding:3px 1em 3px 20px;
 color:#FB0;
}

h2,h3,h4 { color:#FB0; }

#vr
{
 margin:0;
 padding:0 20px 0 1em;
 text-align:right;
}

acronym,abbr
{
 border:none;
 cursor:help;
}

hr
{
 margin:0;
 padding:0;
 color:#0F0;
}

#nav,#subnav { color:#000; }

#nav strong,#subnav strong
{
 color:#0F0;
 font-weight:bold;
}

#contents p
{
 margin:0 0 1ex 0;
 padding:0;
 text-indent:2ex;
}

#contents p.descr { text-indent:0; }

#pictures td
{
 text-align:center;
 vertical-align:top;
 padding:1ex;
 margin:0;
}

#pictures td.prev { text-align:left; }

#pictures td.next { text-align:right; }

#exhibition th { color:#FB0; }

#exhibition td { color:#0F0; }

#items
{
 margin:0;
 padding:0;
 border:1px solid #0F0;
 border-spacing:1px;
 border-collapse:separate;
}

#items thead
{
 background-color:#0F0;
 color:#000;
}

#items td, #items th
{
 margin:0;
 padding:0.5ex;
 border:1px solid #0F0;
}

#item
{
 margin:0;
 padding:0;
 border:1px solid #0F0;
 border-spacing:0;
 border-collapse:collapse;
}

#item th
{
 text-align:right;
 color:#FB0;
}

#item td, #item th
{
 margin:0;
 padding:0.5ex;
 border:1px solid #0F0;
}

#formitem th { vertical-align:top; }

h3.error,h4.error { color:#F00; }

h4.error
{
 margin:0;
 padding:0;
}