/* CSS Document */
a         {text-decoration: none;color: #b2b2b2}
a:link    {color: #b2b2b2}
a:visited {color: #b2b2b2}
a:active  {color: #27217d}
a:hover   {color: #27217d}
      
img   {
      border: 0
      }


.logo {
      position: relative;
      top: 10px;
      text-align: center;
      }

.menu {
      text-align: center;
      font-weight: bold;
      position: relative; 
      top: 80px;
      font-size: 110%;
      font-family: Arial
      }
      
.telo {
      width: 650px;
      text-align: left;
      position: relative; 
      top: 160px;
      font-size: 95%;
      font-weight: 150%;
      font-family: Arial
      }
      
#non {
        padding: 10px;
        color: #27217d;
        } 
        
#noff {
        padding: 10px;
        color: #b2b2b2;
        }          
              
