body {background-color: rgb(255,255,255)}
body {background-image: 
url('images/daiseyBG.jpg');
background-repeat: 
no-repeat;
background-position: 
center;
background-attachment: fixed
}

h1 {color: rgb(0,80,0)}
h1 {font-family: arial}

h2 {color: rgb(0,80,0)}
h2 {font-family: arial}

ul {color: rgb(0,80,0)}
ul {font-family: arial}
ul {font-size: 90%}
ul.square 
{
list-style-type: square
}

ul.two {color: rgb(0,80,0)}
ul.two {font-family: arial}
ul.two {font-size: 100%}
ul.square 
{
list-style-type: square
}

ul.three {color: rgb(0,80,0)}
ul.three {font-family: arial}
ul.three {font-size: 100%}
ul.three {margin-left: 2cm}
ul.square 
{
list-style-type: square
}

p {color: rgb(0,80,0)}
p {font-family: arial}
P {font-size: 90%}
p.margin {margin-left: 1cm}
p.margin {margin-right: 0.5cm}

p.two {color: rgb(0,80,0)}
p.two {font-family: arial}
P.two {font-size: 90%}
p.two {margin-left: 2cm}
p.two {margin-right: 2cm}

p.three {color: rgb(0,80,0)}
p.three {font-family: arial}
P.three {font-size: 90%}
p.three {margin-left: 0cm}
p.three {margin-right: 0cm}

a.two:link {color: rgb(0,80,0); text-decoration: underline}
a.two:visited {color: rgb(0,80,0); text-decoration: underline}
a.two:hover {color: rgb(0,80,0); background: rgb(255,255,200); 
text-decoration: underline}
a.two:active {color: rgb(0,80,0)}

a.three:link {color: rgb(0,80,0); font-size: 90%; text-decoration: underline}
a.three:visited {color: rgb(0,80,0); font-size: 90%; text-decoration: underline}
a.three:hover {color: rgb(0,80,0); font-size: 90%; background: rgb(255,255,200); 
text-decoration: underline}
a.three:active {color: rgb(0,80,0); font-size: 90%}

a.four:link {color: rgb(0,80,0); text-decoration: underline; 
font-weight: bold}
a.four:visited {color: rgb(0,80,0); text-decoration: underline; 
font-weight: bold}
a.four:hover {color: rgb(0,80,0); background: rgb(255,255,200); 
font-weight: bold; text-decoration: underline}
a.four:active {color: rgb(0,80,0); font-weight: bold}


