/* CSS Document */

.title { 
font-family: Arial; 
font-size: 14px; 
font-weight: bold; 
color: #6B386B;
} 
.links { 
font-family: Arial; 
font-size: 13px; 
font-weight: bold; 
color: #6B386B; 
text-decoration: underline;
} 
.links:hover { 
text-decoration: none ; 
color: #07d0e0; 
font-family: 
Arial; font-size: 13px; 
font-weight: bold;
} 

.subtitle { 
font-family: Arial; 
font-size: 13px; 
font-weight: bold; 
color: #6B386B;
} 

.text { 
font-family: Arial; 
font-size: 14pt; 
line-height: 19px; 
color: #6B386B;
} 

a:hover { 
color: #07d0e0; 
text-decoration: overline underline;
} 

.footer { 
font-family: Arial; 
font-size: 9px; 
line-height: normal; 
color: #6B386B; 
font-weight: normal; 
text-decoration: none  ;
} 

.footer:hover { 
font-family: Arial; 
font-size: 9px; 
line-height: normal; 
color: #07d0e0; 
font-weight: normal; 
text-decoration: overline underline;
} 

body { 
background-image: url(../images/Bg.jpg);
background-repeat: repeat;
background-color: #6B346B;
}
