

/* Background of page is white - body bgcolor="#FFFFFF"*/
/* Font style is Arial"*/
/* regular font size 12pt? */
/* black is 000000 */
/* green is Hexadecimal Code: 99CC99  */
/* blue is 0066CC */
/* blue is ffff66 */
/* background-color: #FFFFCC; */

body
{background-image: url(../images/backgroundsolar9.gif);
background-repeat: no-repeat;
font-family: arial, sans-serif;
font-size: 100%;
}


h1
{text-align:center;
font-size: 200%;
font-weight: lighter;
}

h2
{text-align:center;
font-size: 130%;}

h3
{font-size: 120%;}

h4
{font-weight: bold;
margin-bottom: -2px;
font-size: 100%;}


/*These set the properties for the links. a:hover can change the background color if you hover over it*/
/*add background-color:#99cc99; to the below to make the background color change on hover or whatever*/

a:link img {border: none;
text-decoration: none;}

a:hover img {border: none;
background: #99cc99;
text-decoration:none;}

a:visited img {border: none;
text-decoration: none;}

a:visited:hover img {border: none;
background:#cee7c6;
text-decoration:none;}

a:link
{color:blue;
}


a:hover
{color:#99cc99;
background-color:#0066CC;
text-decoration: none;
text-transform: none;
}

a:visited
{color: blue;
background:#ffffff;
}

a:visited:hover
{color: #99cc99;
background:#ffffff;
text-decoration: none;
}



 
 
 

