<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body 
{
background-image:
url('../images/background-ocean.jpg')
}

h1.center {text-align: center; border-style: solid double groove;
border-style: solid;
border-color: #ff0000 #00ff00 #0000ff rgb(250,0,255)
}
h1 {font-family: sans-serif; font-size: 36pt; color: maroon;}

h2 {font-family: sans-serif; font-size: 18pt; color: maroon;}
h3 {font-family: sans-serif; font-size: 14pt; color: maroon;}

p {color: gold}

#snowclone{
line-height: 12pt;
font-style: italic;
font-family: serif;
color: maroon;
border-color: white;
border-width: 3px;
border-style: inset;
background-color: yellow;
padding: 15px;
padding-left: 15px;
margin: 15px;
margin-right: 15px;
}</pre></body></html>