.background
{

 color: darkblue
 
}

.logo
{

 font-size: 60px ; 
 color: darkblue
 
}

.redbold
{

 font-size: 18px ;
 color: red
 
}

.bluebold
{

 font-size: 18px ;
 color: darkblue
 
}

.bluebold2
{
 
 font-weight: 700 ;
 font-size: 20px;
 text-decoration: underline;
 color: darkblue
 
}
 
.actions
{

 font-size: 20px ;
 font-weight: bold ;
 color: red

}

.secret
{

 font-size: 20px ;
 font-weight: bold ;
 color: white ;
 margin-top: 0px ;
 margin-bottom: -18px 
 
}
	
.right
{

 font-size: 14px ;
 font-weight: bold ;
 color: red
 
}
	
a:link
{

 color: #FF0000 ; 
 text-decoration: none ; 
 font-weight: 700
 
}

a:visited
{

 color: #FF0000 ;
 text-decoration: none ;
 font-weight: 700
 
}

a:active
{

 color: #FF0000 ;
 text-decoration: none ; 
 font-weight: 700
 
}

a.small:link
{

 color: darkblue ; 
 text-decoration: none ;
 font-size: 10px ;
 font-weight: bold

}

a.small:visited
{

 color: darkblue ;
 text-decoration: none ;
 font-size: 10px ;
 font-weight: bold
 
}

a.small:active
{

 color: darkblue ;
 font-size: 10px ;
 font-weight: bold
 
}	