  @font-face {
  font-family: ds;
  src: url(vga.ttf);
}
  
.content {
  max-width: 800px;
  margin-left: 170px;
  text-shadow: 1px 1px #000000;
}
  
table.table1 {
  border-width: 9px;
  border-spacing: 2px;
  border-style: ridge;
  border-color: darkcyan;
  border-collapse: separate;
	background: darkslateblue url(poe.jpg) repeat
}

.body a {
 
  text-shadow: 1px 1px #ffffff; 
  
}

.sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 160px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: DarkSlateBlue; /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
  border-width: 4px;
  border-spacing: 2px;
  border-style: ridge;
  border-color: royalblue;
  border-collapse: separate;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: LimeGreen;
  display: block;
}
.sidenav h1 {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color:#a8a8a8
;
}

/* Style page content */
.main {
  margin-right: 400px; /* Same as the width of the sidebar */
  padding: 0px 10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


table.table1 td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background: blue url(sparklespace.gif) repeat
	-moz-border-radius: ;
}
  
linkeffect {
    background-color: #848484;
    font-size: 22px;
  }

span {
  background-color: #4f4f4f;
}
span2 {
  background-color: #4f4f4f;
}
span3 {
  background-color: #848484;
}