/* CSS Document */

html, body {margin: 0;
		    padding: 0;
		    font-family: georgia, 'times new roman', serif;
			font-size: 12px;
			line-height: 1.5em;
		    color: #222
		    }
			
.press {width: 215px;
        margin: 0 auto;
		}
		
h3 {font-size: 16px;
    color: #aa2222;
    font-variant: small-caps;
	font-weight: bold;
	padding-bottom: 1px;
	margin-bottom: 5px;
	border-bottom: solid thin #aa2222;
	}
	
.heavy {font-weight: bold;
        color: #c22;
		}
		
.reviewer {display: block;
           font-size: 10px;
           text-align: right;
		   line-height: 1em;
		   color: #733;
		   padding: 10px 0;
           border-bottom: solid thin #ccc;
		   }


