body {
	  margin-left: 10%; 
		margin-right: 10%;
		font: 13px Tahoma, Verdana, Arial; 
		color: #000000; 
		font-weight: normal; 
		text-decoration: none; 
    }
h3 {
	margin-top: 2em; 
	}
em { 
	font-style: italic; 
  font-weight: bold; 
  }
.strong { 
	font-style: bold; 
	font-weight: bold; 
	}
.command { 
	font: 14px Courier;
  color: #000000;
  font-style: bold;  
	font-weight: bold; 
	color: #000000
	}
.emphasis { 
	font: 14px Courier;
  color: #000000;
  font-style: normal;  
	font-weight: bold; 
	color: #000000
	}
:link { color: rgb(0, 0, 153) }  /* for unvisited links */
:visited { color: rgb(153, 0, 153) } /* for visited links */
a:active { color: rgb(255, 0, 102) } /* when link is clicked */
a:hover { color: rgb(0, 96, 255) } /* when mouse is over link */
THEAD { 
	font: 14px Tahoma, Verdana, Arial; 
  color: #000000; 
  text-align: center; 
  font-weight: bold;
	background: #CCCCCC
	}
TD { 
	font: 12px Tahoma, Verdana, Arial; 
  color: #000000; 
	font-weight: normal; 
	}
TABLE { 
	border-collapse: collapse 
	}
LI {
	color: #000000;
	} 

