﻿A
{
    text-decoration: none;
    color: #000000;
}
A:hover
{   
    color: red;
    text-decoration: underline;    
}

#top7{

text-decoration:none; color:red;
font-weight: normal; 
font-size: 8pt;
 color:#ff0000;
  font-family: verdana;
 
   text-align:left;
    background-image: url('images/image10.jpg');
    background-repeat:no-repeat;
    height:36px;
    width:932px;
   
}

#top7 a {
	color:  #ff0000;
	text-decoration:none;
}


#top7 a:hover {
	color: #ffffff;
}
