body
{
   backgroud-color: rgb(255, 187, 0);
   backgroud-image: url("bg_fire.jpg");
   background-repeat: repeat-x;
}

.ift a 
{
   display: block;
   width: 240px;
   height: 240px;
   background-image: url('ift_img.gif');
   background-repeat: no-repeat;
   text-decoration: none;
}
.ift a:hover
{
   background-image: url('ift_txt.gif');
}

.stat a 
{
   display: block;
   width: 240px;
   height: 240px;
   background-image: url('stat_img.gif');
   background-repeat: no-repeat;
   text-decoration: none;
}
.stat a:hover
{
   background-image: url('stat_txt.gif');
}

.id a 
{
   display: block;
   width: 240px;
   height: 240px;
   background-image: url('id_img.gif');
   background-repeat: no-repeat;
   text-decoration: none;
}
.id a:hover
{
   background-image: url('id_txt.gif');
}

p
{
   font-family: verdana;
   font-size: 10pt;
   font-weight: bold;
   color: black;
}

a:link { color: black }
a:visited { color: black }
a:active { color: black }
