/* I started messing around with CSS in April of 2008 to save me some typing! I like to write and edit Web pages, but it is tedious to have to re-write each page evry time you want to make basic changes that would apply to each page. It's much simpler to apply widespread changes using CSS. */

body {
	font-size:10pt;	
	font-family:/* This is my prefered font */Courier New;	
    color:#ffffff;	
    line-height:16 pt;	
    margin-left:10pt;	
	margin-right:10pt;
	background:#000000 url(images/NewAngel1_342.jpg) top repeat-x; 
}

p {	
	margin-left:24pt;	
	margin-right:24pt;	
}

h1,h2,h3,h4,h5,h6 {
	font-family: courier new;
	color:#ff2020;
}

a {	
	text-decoration:none;
}

a:link {	
	color:#00ff00;
}

a:visited {	
	color:#00ffff;
}

a:active {	
	color:yellow;	
}

div.byline {	
	font-style:italic;	
}

	
	
