    .normaltext {
      font-family: arial, Palatino, Georgia;
      font-size:12px;
    }
    .headerline { 
	    font-size:36px;
	    color:black;
	    font-weight:bold;            
    }
    .secondheaderline { 
	    font-size:26px;
	    color:black;
 	    font-weight:bold;
    }
    .categoryheader { 
	    font-size:30px;
		color:black;
		font-weight:bold;
    }
    .secondheader {
	    font-size:22px;
		color: black;
		font-weight:bold;
    }
    .subheader {
	    font-size:22px;
	    text-align:center;
	    color: black;
	    font-weight:bold;

    }
    .catheader {
	    font-size:18px;
	    color: black;
	    font-weight:bold;
            text-align:left;
    }
    .stars {
	    font-size:28px;
	    color: black;
            font-weight:bold;
            text-align:center;
    }
    .centerbox {
	    font-size:12px;
	    text-align:center;
	    border-width:0px;
	    border-style:solid;
	    border-color:blue;
	}  
    .leftbox {
	    float: left;
	    width: 150px;
	    font-size:12px;
	    text-align:center;
	    border-width:2px;
	    border-style:solid;
	    border-color:blue;
	}  
    .leftboxsilent {
	    float: left;
	    width: 150px;
	    font-size:14px;
	    text-align:center;
	    border-width:0px;
	    border-style:solid;
	    border-color:blue;
	}  
	.tableleft {
		float: left;
	}
	.tableright {
		float: right;
	}
	.directory {
		font-family: Palatino, Georgia;
		font-size:13px;
	    text-align:left;
	}
	.directorycenter {
		font-family: Palatino, Georgia;
		font-size:22px;
    	        text-align:center;
                font-weight:bold;
      	}
	.itemname {
		font-family: Georgia, serif;
		font-size:13px;
		color: blue;
		font-weight:bold;
	}  
	.itemtext {
		font-family: Palatino, Georgia, serif;
		font-size:11px;
		color: black;
	}  
	.moreinfo {
		font-family: Palatino, Georgia, serif;
		font-size:13px;
		color: blue;
		font-weight:bold;
	}  
	.bigtext {
		font-family: Palatino, Georgia, serif;
		font-size:18px;
		color: black;
	}  
	.littletext {
		font-family: Palatino, Georgia, serif;
		font-size:11px;
		color: black;
	}  
	.footertext {
		font-family: Palatino, Georgia, serif;
		font-size:10px;
                text-align:center;
		color: black;
	}  

