/*This is my filk style sheet*/

body { 
font-family: "Times New Roman", Times, serif;
font-size: 1em;
background-color: white;
background-image: url(filkcrc5.jpg);
background-repeat: no-repeat;
background-position: top right;
margin:0px 0px 0px 0px;
} 

#leftcontent {
		float:left;
		width:67%;
		background:#fff;
		border-right:2px solid #000;
		border-bottom:2px solid #000;
		margin-right:15px;
		padding-bottom:20px;
		}

	#rightcontent { }

	p,h1,pre {
		margin:0px 40px 10px 70px;
		}

p { 
}

h1 {
font-size: 1.5em 
}

h2 { 
font-size: 1.3em
}

h3 { 
font-size: 1.1em
}


