.menu 
{ 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; 
color: #660000;
text-decoration: none
}

.menu   a:link,
.menu   a:visited,
.menu   a:active 
{ 
  text-decoration: none;
	color: #660000;
}

.menu   a:hover  
{  
   text-decoration: underline;
	color: #FF0000; 
}

.bg 
{  
background-image: url(images/bg_img.jpg);
background-repeat: no-repeat;
background-position: center center
}
.footer 
{  
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none; 
font-size: 11px;
font-weight: normal
}
.content
{ 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
font-weight: normal; 
color: #333333; 
text-decoration: none; 
text-align: justify
}
