/* And then again, it could be a little like this... */

a:active {
background-color: transparent;
color: #FFFFFF;
text-decoration: underline;
}

a[href]:hover {
background-color: transparent;
color: #FFFFFF;
}

a:link {
background-color: transparent;
color: #215E21;
text-decoration: underline;
}

a:visited {
background-color: transparent;
color: #2F2F4F;
text-decoration: underline;
}

body {
background-color: #FC821D;
background-image: url(orange1.jpg);
color: #000000;
}

h1 {
font-family: "Comic Sans MS", "Arial", sans-serif;
font-size: 20pt;
font-weight: 700;
text-align: center;
}

h2 {
font-family: "Comic Sans MS", "Arial", sans-serif;
font-size: 14pt;
font-weight: 700;
text-align: center;
}

img {border-style: none}

p {
font-family: "Comic Sans MS", "Arial", sans-serif;
font-size: 12pt;
font-weight: 400;
padding-bottom: 10px;
text-align: center;
}