/*  styles.css base CSS for planet-pritchard.com */


body { 
    color:          	#02005f;
    background-color:   #F0F0F0;
    margin-left:        20px;
	margin-right:		20px;
    font-family:        Verdana, Arial, Helvetica, sans-serif ;
    font
}

h1 {
    font-family:        sans-serif;
    font-weight:        bold;
    font-size:      	24;    
}

h2 {
    font-family:        sans-serif;
    font-weight:        bold;
    font-size:      	24;    
}

h3 {
    text-family:        serif;
	font-size:			15;
    font-weight:        bold;
	margin-bottom: 		0px;
	margin-top: 		10px;
}

tr.header {
	color:	#FFFFFF;
	}


tr.footer {
	color:	#FFFFFF;
	height:50px;
   	background-image:url(/scripts/footer_back.gif);
	}