<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Enter your CSS3 Styles Here */

body {margin-top:0;padding-top:0}

H1 { /* Used for Page Title - font size is Page Body Font Size + 6 pixels */
	font-weight:normal;   
	font-size:36px; 
	font-family: Copse,Open Sans,sans-serif;  
        color:#6f6d6e;
    margin-top:0px;
	margin-bottom:15px;
	padding-top:15px; /* do with padding, not top margin, so it does not put space above the h1 tag on the site */ 
	text-align:center; 
}

.grayGradient {
    background: white; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#F1F4F5, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F1F4F5, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F1F4F5, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F1F4F5, #ffffff); /* Standard syntax */
}
</pre></body></html>