﻿body
    {
    background-color:#cccc99;
    }

a.shelf {
        color:#206ba2;
        font-weight:400;
        font-size:13px;
        font-family:verdana,arial;
        line-height:1.25em;
        text-decoration:none
        }
        
a.shelf:link {color:#206ba2}
a.shelf:visited {color:#206ba2}
a.shelf:hover {color:rgb(0,128,255);font-weight:400;text-decoration:underline}
a.shelf:active  {color:rgb(0,128,255);font-weight:400;text-decoration:underline}
     
span.category
        {
        font-weight:700;
        font-size:13px;
        font-family:serif;    
        color:#000
        }
        
div.flyer {
	background-color:white;
    width:198px;
	border:solid 1px #9c9c99;
	padding-top:4px
	}

