<style type="text/css">


 /* Body attributes */

body { 
margin-left: 10%; 
margin-right: 10%; 
color: black;
background: white; 
font-family: Arial, sans-serif;
font-size: 120%; 
} 


:link { color: rgb(80, 80, 80) }  /* for unvisited links */
:visited { color: rgb(128, 128, 128) } /* for visited links */
a:active { color: rgb(255, 255, 255) } /* when link is clicked */
a:hover { color: rgb(180, 180, 180) } /* when mouse is over link */


 /* Heading attributes */
h1 { font-family: Copperplate, "Comic Sans MS", "Arial", "Times New Roman", serif; font-size: 48pt; margin-left: -0%;}


h2 { font-family: Copperplate, "Comic Sans MS", "Arial", "Times New Roman"; font-size: 30pt; margin-left: -0%; }

h3 { font-family: Copperplate, "Comic Sans MS", "Arial", "Times New Roman"; font-size: 24pt; margin-left: -0%; }  
  
h4 { font-size: 14pt; padding-bottom: 5px; padding-top: 5px; margin-right: 5px; margin-left: 5px; font-family: "Arial", "Comic Sans MS", "Times New Roman"; } 

h5 { font-size: 12pt; padding-bottom: 5px; padding-top: 5px; margin-right: 5px; margin-left: 5px; font-family: "Arial","Comic Sans MS", "Times New Roman", serif; } 

h6 { font-size: 10pt; padding-bottom: 5px; padding-top: 5px; margin-right: 5px; margin-left: 5px; font-family: "Arial", "Comic Sans MS", "Times New Roman", serif; } 


 /* font attributes */
strong { text-shadow: 4px 2px 1px white; color: rgb(60,60,60); font-size: 18pt; font-family: Copperplate, Arial, serif; }  

em {  font-style: italic; font-weight: bold; color: red; font-size: 200%; font-family: Copperplate, Arial, serif; }  

 /* Box Rules */
div.box { border: solid; border-width: thin; padding: 1em; width: 80%; }


 /* Box Shading */
div.gray {
    background: rgb(128,128,128);
    padding: 1em;
    border: none;
  }

div.ltgray {
    background: rgb(200,200,200);
    padding: 1em;
    border: none;
  }


div.yellow {
    background: rgb(240,240,0);
    padding: 1em;
    border: none;
  }

div.white {
    background: rgb(254,254,254);
    padding: 1em;
    border: none;
  }

div.ee {
    background: rgb(238,238,238);
    padding: 1em;
    border: none;
  }



 /* Table Attributes */  

TD.titleblack {font-family: Copperplate, "Comic Sans MS", "Times New Roman", Arial, sans-serif; color: white; background: black; font-size: 50px; height: 600; text-align: center;}

TD.titlegray { color: #404040; text-shadow: 4px 2px #dfe3db; font-family: Copperplate, "Comic Sans MS", "Times New Roman", Arial, sans-serif; background: #d0d0d0; font-size: 50px; height: 600; text-align: center;}

  
TD.main {font-family: "Comic Sans MS",Arial, sans-serif; background: gray;  text-align: left; color: white; }
 
TD.contact {font-family: "Comic Sans MS",Arial, sans-serif; background: yellow;  text-align: left; color: blue; }

TD.contactgray {font-family: "Comic Sans MS",Arial, sans-serif; background: #d0d0d0;  text-align: left; color: black; }


 /* rule Attributes */  
hr.wide {
  border: 5;
  width: 80%;
  color: rgb(255,255,255);
  height: 5px;  
  background-color: rgb(100,100,100)
}



/* Java */  

#newspanel {
  width:50%;
  height:30px;
  background:#f0f0f0;
  overflow:hidden;
}

.mborder {
  border:1px #404040 double;
  border-top:1px #c0c0c0 double;
  border-right:1px #c0c0c0 solid;
  background:#f0f0f0;
}
/* Java - Inline Comments */  

.hide {
  display: none;
}
.show {
  display: inline;
  border-bottom: dotted thin;
}

.show2 {
  display: inline;
  background-color: #FEFF9F;
  padding: 0 3px 0 3px;
  font-size: .9em;
}


</style>
