<-- retreat

CSS Reference

 advance -->

Heading Level #1

Heading Level #2

Heading Level #3

Heading Level #4

Heading Level #5

Standard text with link.

This is highlighted text.

This is boldface text.


[ style.css ]

/* style.css */

a {text-decoration: underline}

a:hover {background: #e0ffff}

h2 {color: #0000e0; text-align: center}
h3 {color: #e00000}

body { 
margin-top: 15px; 
margin-left: 10px; 
font-family: arial, verdana, helvetica, "ms sans serif", sans-serif; 
color: #000000; 
background: #f0f0f0}

.hilite {
color: #000000; 
background: #ffff00}

.bgwhite {
color: #000000; 
background: #ffffff}