﻿body 
{
    margin:0;
    font:8pt verdana;
}

input,button,select
{
    font:8pt verdana;
}

.xbut 
{
    background:url(images/butactive.png) no-repeat;
    height:37px;
    width:110px;
    text-align:center;
    cursor:default
}

.abut 
{
    background:url(images/butactive.png) no-repeat;
    height:37px;
    width:110px;
    text-align:center;
    cursor:hand;
}
.ibut 
{
    background:url(images/butinactive.png) no-repeat;
    height:37px;
    width:110px;
    text-align:center;
    color:white;
    cursor:hand
}
a 
{
    text-decoration:none;
    color:black
}
a:hover 
{
    color:red;
    text-decoration:underline;
}

.topa 
{
    text-decoration:none;
    color:white
}
.topa:hover 
{
    color:black;
    text-decoration:underline;
}