﻿
        body { font-family: Arial, Helvetica, sans-serif; }
        .torcido
         {                      
            -webkit-transform: rotate(-14deg);
            -moz-transform: rotate(-14deg);
            filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
            color: red;
           
        }
         .torcido2
         {                      
            -webkit-transform: rotate(4deg);
            -moz-transform: rotate(4deg);
            filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
           
           
        }
        .blur{
           width:75px;
           color: inherit;
           
        }

        .shadow,
        .content{
           position: relative;
           bottom: 2px;
           right: 2px;
        }

        .shadow{
           background-color: #8A8989; 
           color: inherit;
        }

        .content{
           background-color: #fff; /*background */
           color: #000; /*text */
           border: 1px solid #000; /*border */
           
        } 
        
A.menu:link	
{
	font-family:arial;
	font-size:18px;
	color: #1D1C1C;
	text-decoration:none;
	font-weight:bold;
	
}	
		
A.menu:visited	
{
	font-family:arial;
	font-size:18px;
	color: #1D1C1C;
	text-decoration:none;
	font-weight:bold;
}	
		
A.menu:active	
{
	font-family:arial;
	font-size:18px;
	color: #1D1C1C;
	text-decoration:none;
    font-weight:bold;
}	
		
A.menu:hover	
{
	font-family:arial;
	font-size:18px;
	color: #8E122A;
	text-decoration:none;
	font-weight:bold;
	
}


A.menu2:link	
{
	font-family:arial;
	font-size:18px;
	color: #8E122A;
	text-decoration:none;
	font-weight:bold;
	
}	
		
A.menu2:visited	
{
	font-family:arial;
	font-size:18px;
	color: #8E122A;
	text-decoration:none;
	font-weight:bold;
}	
		
A.menu2:active	
{
	font-family:arial;
	font-size:18px;
	color: #8E122A;
	text-decoration:none;
    font-weight:bold;
}	
		
A.menu2:hover	
{
	font-family:arial;
	font-size:18px;
	color: #8E122A;
	text-decoration:none;
	font-weight:bold;
	
}