body {color: black;
background-color: white;
background-image: url("ogrepix/square.gif");
background-repeat: repeat-y;
background-position: 80
}

h1 {
font-size: 36pt;
color: orange
}

h2 {
font-size: 13pt;
color: orange;
text-align: center
}

h3 {
font-size: 10pt;
color: orange;
text-align: center
}

p {
color: black;
margin-left: 10px}

 
a:link {color: orange;
text-decoration: none}
a:visited {color: blue;
text-decoration: none}
a:hover {color: red;
background:black;
text-decoration: underline}
a:active {color: blue}