td {font-family: Cambria; font-size: 16px; line-height:150%; font-weight:bold; font-style: italic;}
li {font-family: Cambria;  font-size: 16px; cursor:pointer; font-weight:bold; font-style: italic;}
pre {font-family: Cambria; font-size: 16px; line-height:150%; font-weight:bold; font-style: italic;}

body {
background-image:url('Images/blade.jpg');
}

a:link { text-decoration: none; color: black}

#background{
  display: block;
  margin-top: 50px;
  width: 90%;
  height: 90%;
  background-color:#ECFFB3;
  opacity: 0.90;
  /* To get opacity working in IE:  http://www.quirksmode.org/css/opacity.html */
  filter: alpha(opacity=90);
 }

#notTransparent{
 opacity: 1;
  /* To get opacity working in IE:  http://www.quirksmode.org/css/opacity.html */
  filter: alpha(opacity=100);
}
pre.border
{
border-style:solid;
border-width:1px;
}


