<HTML>

<HEAD><TITLE>standard 'style sheet'</TITLE></HEAD>
<!--                   ***********             -->


 
<BODY>
selector { property: value; }


<!-- bgcolours to experiment with are
     ffcccc
     ffcc99
     ffffcc
     ccffcc -->
body { margin-top: 10px; margin-left: 50px; margin-right: 50px; background-color: #ffcc99; font-family: Verdana, Arial, Helvetica, sans-serif }
<!-- top marging useful on geo sites -->
<!-- margin left etc value 120 negatates need for a table if table not being used to narrow text for easier reading, if table used to divide page vertically best left to value 0 -->



h1 { color: #990099; margin-left: 14px; margin-bottom: 5px; margin-right:14px }
h2 { color: #0000ff; margin: 14px; font-size: 1em; }
h3 { color: #cc6633; margin-left: 5px; margin-top: 2px; margin-bottom: 2px }
h4 { color: #cc9933; font-size: .8em; margin-left: 5px; margin-top: 2px; margin-bottom: 2px }
h5 { color: #cc9933; font-size: .6em; margin-left: 5px; margin-top: 2px; margin-bottom: 2px; font-style: italic; }
h6 { color: #000000 }



p { color: red; margin: 14px; font-size: .9em; } <!-- to show p.class hasn't been set -->
.Offer { color: #FF0000; font-size: .6em; font-weight: bold }
.OfferCopy { font-size: .6em }
.OfferHead { font-size: .6em; font-weight: bold; margin-top: 5px}
.Q { color: #ccffcc }
.A { color: #ccff00 }
.text {color: #000000 }
.margin { margin-left: 2cm }
.reqd{ COLOR: maroon }
.how { COLOR: navy }


<!-- *** NEW *** -->
.center { text-align: center; COLOR: #000000 }
.right { text-align: right }
.justify { text-align: justify }




<!-- *** NEW *** -->
HR {SIZE=2 COLOR: #ffffff; WIDTH: 100%;} 
HR.1{COLOR: #000000; WIDTH: 700;}
HR.2{COLOR: #ffffff; WIDTH: 10%;}
<!-- to use - <HR CLASS=1> or <HR CLASS=2> -->





<!-- standard colours are: yellow, aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, 
                           olive, purple, red, silver, teal, white -->
<!-- better to use the hex value -->



A:link {COLOR: #0000ff; }
A:visited {COLOR: #990099 }
A:active {COLOR: #ff0000 }

A:hover {BACKGROUND: #cc6633; COLOR: #c00; }

A.offsite {BACKGROUND: #ffc; COLOR: #c00; }


</BODY>
</HTML>
 
