body {background-color: rgb(255,255,220)}

h1 {color: rgb(0,80,0)}
h1 {font-family: arial}

ul {color: rgb(0,0,0)}
ul {font-family: arial}
ul {font-size: 100%}
ul {margin-left: 2cm}
ul 
{
list-style-type: round
}

p {color: rgb(0,0,0)}
p {font-family: arial}
p {font-size: 110%}
p {margin-left: 8%}
p {margin-right: 8%}

p.two {color: rgb(0,0,0)}
p.two {font-family: arial}
p.two {font-size: 110%}
p.two {margin-left: 0}
p.two {margin-right: 0}

a.two:link {color: rgb(0,80,0); text-decoration: underline; 
font-size: 100%}
a.two:visited {color: rgb(0,80,0); text-decoration: underline; 
font-size: 100%}
a.two:hover {color: rgb(0,80,0); background: rgb(255,255,150); 
text-decoration: underline; font-size: 100%}
a.two:active {color: rgb(0,80,0); font-size: 100%}

a.three:link {color: rgb(0,80,0); font-size: 80%; text-decoration: underline}
a.three:visited {color: rgb(0,80,0); font-size: 80%; text-decoration: underline}
a.three:hover {color: rgb(0,80,0); font-size: 80%; background: rgb(255,255,200); 
text-decoration: underline}
a.three:active {color: rgb(0,80,0; font-size: 80%}

