.styl1{ 
font-family: arial; 
font-weight: bold; 
font-size: 20px; 
color: #FFFFFF; 
text-decoration: none; 
} 

.styl1:hover{
color: #FFD000; 
text-decoration: none; 
} 

.styl2{ 
font-family: arial; 
font-weight: bold; 
font-size: 16px; 
color: #FFFFFF; 
text-decoration: none; 
} 

.styl2:hover{
color: #FFD000; 
text-decoration: none; 
} 

.styl3{ 
font-family: arial; 
font-weight: bold; 
font-size: 10px; 
text-align: center; 
color: #000000; 
text-decoration: none; 
} 

.styl4{ 
text-decoration: none; 
} 

.styl5{ 
font-family: arial; 
font-weight: normal; 
font-size: 10px; 
text-align: left; 
color: #ffffff; 
text-decoration: none; 
} 

.styl5:hover{
color: #000000; 
text-decoration: none; 
} 

