/* CSS font type */

<style type="font/css">

A:link {text-decoration: none; color: #2F57B5; } 
A:visited {text-decoration: none; color: #666666; } 
A:active {text-decoration: none; color: #2F57B5; } 
A:hover {text-decoration: underline; color: #666666; } 

A.menu:link {text-decoration: none; color: #F7E1CA; } 
A.menu:visited {text-decoration: none; color: #F7E1CA; } 
A.menu:active {text-decoration: none; color: #FF7E1CA; } 
A.menu:hover {text-decoration: none; color: #F7E1CA; } 
.shadow {
float: left;
width: auto;
background: url(/fuzzy_shadow.png) no-repeat bottom right;
}
.shadow div {
background: url(/fuzzy_shadow1.png) no-repeat right top;
}
.shadow div a {
background: url(/fuzzy_shadow2.png) no-repeat left bottom;
padding: 0 6px 6px 0;
display: block;
}
.shadow img {
background-color: #fff;
color: #000;
border: 1px solid #999;
padding: 4px;
vertical-align: bottom;
}
</style>
