body {background: #FFFFFF url('GPback.gif') repeat-y left scroll; 
      padding-left: 6%; 
      padding-right: 3%}
h1, h2, h3, h4 {font-family:"Old English Text MT", cursive;}
a:link {color: #0000FF}
a:visited {color: ##000099}
a:hover {color: #FF00FF}
a:active {color: #FF0000}
text: {color: #000000}
ul.disc {list-style: disc outside}
ul.circle {list-style: circle outside}
ul.square {list-style: square outside}
ul.none {list-style: none outside}
ol.decimal {list-style: decimal outside}
ol.lroman {list-style: lower-roman outside}
ol.uroman {list-style: upper-roman outside}
ol.lalpha {list-style: lower-alpha outside}
ol.ualpha {list-style: upper-alpha outside}
/* generic class selectors */
.center {text-align: center}
.right {text-align: right}
.left {text-align: left}
.red {color: red}
