body
{
 background: #AAFFAA url('images/bg.png') repeat-x bottom fixed;
 color: #000000;
}
img
{
 border-width: 1px;
 border-color: #AAFFAA;
}
img:hover
{
 border-color: #0000FF;
}
img:active
{
 border-color: #FF0000;
}
a:link, a:visited
{
 color: #0000FF;
 text-decoration: none;
 cursor: pointer;
}
a:hover
{
 color: #0000FF;
 text-decoration: underline;
 cursor: pointer;
}
a:active
{
 color: #FF0000;
 text-decoration: none;
 cursor: pointer;
}
h1
{
 text-align: center;
 font-size: 28px;
 color: #008000;
}
.valid
{
 width: 88px;
 height: 31px;
 vertical-align: middle;
}
ul
{
 list-style-image: url('/images/bullet.png');
}
hr
{
 color: #00FF00;
}