body {background-color: rgb(255,255,200)}

h1 {color: rgb(0,80,0)}
h1 {font-family: arial}

p {color: rgb(0,80,0)}
p {font-family: arial}

ul {color: rgb(0,80,0)}
ul {font-family: arial}
ul {font-size: 100%}
ul 
{
list-style-image: url('images/KWPSbullet.jpg')
}
ul {margin-left: cm}
ul {margin-right: cm}

a:link {color: rgb(0,80,0); text-decoration: none}
a:visited {color: rgb(0,80,0); text-decoration: none}
a:hover {color: rgb(0,80,0); background: rgb(255,255,200);
 font-weight: normal; text-decoration: underline}
a:active {color: #FF0000}

a.two:link {color: rgb(0,80,0); text-decoration: underline}
a.two:visited {color: rgb(0,80,0); text-decoration: none}
a.two:hover {color: rgb(0,80,0); background: rgb(255,255,200);
 font-weight: bold; text-decoration: underline}
a.two:active {color: #FF0000}

