  
body {
    background-color: ;
}

body { 
    background-image: url('pics/lightbulbbackground.png');
    background-repeat: off;
    background-attachment: fixed;
}

/*iframe {
    border:none;
}*/

/*This command makes body transparent - nice - set to 0.80ish for nice transparent page - Use this*/
body {
    opacity: 83;
    filter: alpha(opacity=30); /* For IE8 and earlier */  
}

div.scroller {
  width: 300px;
  height: 100px;
  overflow-y: scroll;
  scrollbar-color: pink lightblue;
} 

img {
    opacity: 83; /* Sets image transparency from 0 to 99 or just use 100 for no transparency */
    filter: alpha(opacity=93); /* For IE8 and earlier */
}

iframe {
opacity: 53;
}

.iframe {
    height:100%;
    width: 85%;
    margin-left:auto;
    margin-right:auto;

    }

/* unvisited link */
a:link {
  color: red;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: red;
}

/* selected link */
a:active {
  color: blue;
}


a {
  color: black;
  background-color: ;
  font-weight: normal;
}


a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}
