body
{
background-image: url('background.gif');
font-family: arial, helvetica;
}

#main
{
background-image: url('background.gif');
font-family: arial, helvetica
}

#tablemain
{
border-top-width:thick;
border-top-style:solid;
border-top-color:#CCCCCC;
border-left-width:thick;
border-left-style:solid;
border-left-color:#CCCCCC;
border-right-width:thick;
border-right-style:solid;
border-right-color:#666666;
}

#tableinside
{
border-style:solid;
border-width:1px;
border-top-color:#666666;
border-left-color:#666666;
border-right-color:#BEBEBE;
border-bottom-color:#BEBEBE;
}

#tablebottom
{
border-left-width:thick;
border-left-style:solid;
border-left-color:#CCCCCC;
border-right-width:thick;
border-right-style:solid;
border-right-color:#666666;
border-bottom-width:thick;
border-bottom-style:solid;
border-bottom-color:#666666;
}

a.home
{
width: 120px;
height: 24px;
color: #FFFFFF;
background-image: url('1.jpg');
display:block;
text-align:center;
font-weight:bold;
font-family:helvetica;
text-decoration:none;
}

a.home:hover
{
width: 120px;
height: 24px;
color: #FFFFFF;
background-image: url('2.jpg');
display:block;
text-align:center;
font-weight:bold;
font-family:helvetica;
text-decoration:none;
}

a.main
{
color: red;
text-align:center;
}

a.main:hover
{
color: navy;
}

a.main:active
{
color: brown;
}


a.response
{
color: blue;
text-align:center;
}

a.response:hover
{
color: black;
}

a.response:active
{
color: green;
}

a.add
{
color: blue;
font-size: 110%;
text-align:center;
}

a.add:hover
{
font-size:120%;
color: black;
}

a.add:active
{
color: green;
}