a 
    {
    text-decoration: none;
    color: #119933;
    font-size: 100%;
    font-style: normal;
    font-family: fixed;
    }

a:hover {color: #000000;}

h2
    {
    color: #000000;
    font-size: 120%;
    font-family: courier, serif;
    text-align: center;
    background: #ffffff;
    border-top: solid 1px #4e4d4d;
    border-bottom: solid 2px #4e4d4d;
    }	

img 
    {
    border: solid #06b6f8 1px;
    }
    
img.arrow 
    {
    border: solid #06b6f8 0px;
    }

p 
    {
    text-align: center;
    font-family: fixed,arial,serif;
    }	
    
td 
    {
    vertical-align: center;
    text-align: center;
    height: 88px;
    border: ridge 2px #cccccc;
    background-image: url(/im/ico_bg.gif);
    }
td.arrow
    {
    width: 48px;
    border: groove 2px #cccccc;
    background-image: url(/im/arrow_bg.gif);
    }

body
    {
    background-image: url(/im/view_bg.jpeg);
    }
    
