/* Stylesheet - Gaylord Peace Lutheran
Title: styles.css
Ref: http://peacegaylord.org
Author: J. B. Adam
Date: 25 April, 2010
*/

@import url(http://fonts.googleapis.com/css?family=Covered+By+Your+Grace);
@import url(http://fonts.googleapis.com/css?family=Bree+Serif);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);

body {
	color: black;
	background: #ffffff url('images/back-2.gif') repeat fixed; }

h1 {
	color: black;
	font-family: 'Sans Serif', arial, serif; }
	
h2 {
	color: black;
	font-family: 'Sans Serif', arial, serif;
	font-size: 14pt; }
	
a:link {
	color: #660099;
	font-family: 'Sans Serif', arial, serif; }

a:visited {
	color: #008080; }
	
p, li, lh {
	font-weight: bold;
	font-family: 'Sans Serif', arial, serif; }
	.bottom {font-size: 8pt; }
	.alert {color: red; font-size: 15pt; }
	.back {color: red; }
	
pre {
	font-family: Consolas; 
	font-weight: normal; } 
	

	


