A:link		{ color: #0000FF; text-decoration:none }
A:visited	{ color: #0000AE; text-decoration:none }
A:hover		{ color: #FF0000; text-decoration:none }
A:active	{ color: #FF0000 }

TD{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

INPUT#button{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: black;
background-color: Silver;
border: 4px;
border-style: outset;
border-color: Gray;
}

INPUT#menubutton{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: black;
background-color: Silver;
border: 3px;
border-style: outset;
border-color: Gray;
width: 80px;
}

TR.menu{
width: 595px;
background-image: url(../images/texture_02.jpg);
}

TD.head1{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: Red;
text-decoration: underline;
}