/* CSS Document */
body {
	background-color: #fffcea;
			}
p {
		font-family: "Times New Roman", Times, serif;
		font-size:  1.1em;
		line-height: 1.5em;
		}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 1em;
	color: #333333;
	text-align: center;
		}
.buy_this {
		font-size: 0.9em;
		line-height: 1.5em;
		}		
.by_line {
		font-size: 0.7em;
		line-height: 2em;
		
		}				
a {
		color: #003399;
		text-decoration:none;
		}
a:hover {text-decoration:underline;}

		
h1, h2, h3 {
		font-family: "Times New Roman", Times, serif;
		font-style: normal;
		font-weight: normal;
		line-height: 1.5em;
		}	
h1 {
		font-size: 1.5em;
		color: #000000;

		}
h2 {
		font-size: .9em;
		color: #000000;
		}
h3 {
		font-size: .7em;
		color: #000000;
		}

