A {	color : blue;
	text-decoration: underline;
}

A:HOVER{color : red;
	text-decoration: underline;
}

.nav2        { color: #0000FF; width: 85px; background-color: aqua; text-decoration: none }
.nav2:hover {
	color : red;
	width : 85px;
	background-color : blue;
	text-decoration:none;
}


.nav3        { color: #0000FF; text-decoration: none; font-size: 12pt; font-family: 
               Arial, sans-serif; font-weight: bold }
.nav3:hover  { color: #FF0000; text-decoration: none; font-size: 12pt; background-color : blue; font-family: 
               Arial, sans-serif; font-weight: bold }
.nav3:active  { color: yellow; text-decoration: none; font-size: 12pt; background-color : blue; font-family: 
               Arial, sans-serif; font-weight: bold }

.nav4        { color: #008000; text-decoration: none; font-size: smaller; font-family: 
               Times New Roman; font-weight: bold }
.nav4:hover  { color: #FF0000; text-decoration: none; font-size: smaller; font-family: 
               Times New Roman; font-weight: bold }
.nav5        { color: #9900FF; text-decoration: none; font-size: smaller; font-family: 
               Arial, sans-serif; font-weight: bold }
.nav5:hover  { color: #FF0000; text-decoration: none; font-size: smaller; font-family: 
               Arial, sans-serif; font-weight: bold }

.nav6        { color: #0000FF; text-decoration: blink; font-size: smaller; font-family: 
               Arial, sans-serif; font-weight: bold }
.nav6:hover  { color: #FF0000; text-decoration: none; font-size: smaller; font-family: 
               Arial, sans-serif; font-weight: bold }
.nav7        { color: #0000FF; text-decoration: none; font-size: 18pt; font-family: 
               Arial, sans-serif; font-weight: bold }
.nav7:hover  { color: #FF0000; text-decoration: none; font-size: 18pt; font-family: 
               Arial, sans-serif; font-weight: bold }


 
