.logo	{
        font-family: Times New Roman, serif;
        font-size: 24px; 
        font style: italic;
		padding-left:2px;
        padding-right:2px;
		color: #66CCFF;
		letter-spacing: 1px;
		}

.text  { 
        font-family: Arial, sans-serif;
        font-style: normal; 
        font-size: 13px; 
        color: #000000; 
        font-weight: normal; 
        text-decoration: none; 
        text-align: left; 

        }	
.text-kasten  { 
        font-family: Arial, sans-serif;
        font-style: italic; 
        font-size: 13px; 
        color: #000000; 
        font-weight: normal; 
        text-decoration: none; 
        text-align: right; 
}
.link   { 
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 13px; 
        color: #000000;
		line-height: 16px;
        background-color: #FFCC99;
		display: block;
		cellspacing: 2px;
		cellpadding: 2px;
		text-decoration: none;
        }
       
.link:hover 
        { 
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 13px; 
        color: #000000;
        background-color: #FF6633;
		display: block;
		cellspacing: 2px;
		cellpadding: 2px;
		}

.link:visited 
        { 
        font-family: Verdana, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal; 
        color: #000000; 
        display: block;
		cellspacing: 2px;
		cellpadding: 2px;
		}
.link-text  { 
        font-family: Arial, sans-serif;
        font-size: 13px; 
        color: #000000;
		line-height: 13px;
        font-style: none;
		text-decoration: underline;
        }
		
.link-text:hover { 
        font-family: Arial, sans-serif;
        font-size: 13px; 
        color: #000000;
		line-height: 13px;
        font-style: none;
		text-decoration: underline;
        }
       