﻿ div.menu
        {
            float: left;
            height: 150px;
            vertical-align: bottom;
        }
        td
        {
            font-family: Tahoma;
            color: #CC3333;
        }
        .title
        {
            color: #CC3333;
            font-family: Tahoma;
            font-size: 14pt;
        }
        .subtitle
        {
            font-size: 12pt;
        }
        .text
        {
            font-family: Tahoma;
            color: #006600;
            font-size: 10pt;
        }
        .red
        {
            color: #CC3333;
        }
        .menuitem 
        {
        	position: relative; 
        	top: 3px;
        	text-decoration: none;
        	color: #CC3333;
        }
        
        a 
        {
        	color: #CC3333;
        }
        a:hover 
        {
        	color: Blue;
        }
        
        td a:hover 
        {
        	color: #CC3333;
        }
