/* body tag doesn't read external css background-image propertiesthey need to go in the document*/body {  background-color: #ffffff;  font-family: verdana, helvetica, arial, sans-serif;  font-weight: bold;}a:link {  text-decoration: underline;  color: #FF3300;}a:visited{  text-decoration: underline;  color: #CC6666;}a:hover {  color: #009900;  text-decoration: underline;} a:active  {  text-decoration: underline;  color: #FF0000;} b {  font-weight: bold;}strong {font-weight: bold;}h1 {  font-size: 36px;  line-height: 140%;  color: #ff6600;  background-color: #333;  border-color: #0f0;  border-style: solid;  padding: 50px;  margin: 20px;}h2 {  font-size: 24px;  line-height: 140%;  color: #993300;  background-color: #333;  border-style: solid;  margin: 10px;} h3 {  font-size: 18px;  line-height: 140%;  color: #993300;  margin: 10px;}h4 {  font-size: 16px;  line-height: 140%;  margin: 10px;  color: #333366;}h5 {  font-size: 14px;  line-height: 140%;  margin: 10px;; color: #330000; font-weight: bold}h6 {  font-size: 10px;  line-height: 140%;  margin: 10px;}p {  font-size: 11px;  font-weight: normal;  line-height: 140%;  margin: 10px;  color: #330000;}.head3 {  font-size: 18px;  line-height: 140%;  color: #993300;  margin: 10px;  font-weight: bold;}.head4 {  font-size: 16px;  line-height: 140%;  margin: 10px;  color: #333366;  font-weight: bold;}.head5 {  font-size: 14px;  line-height: 140%;  margin: 10px;  color: #660000;  font-weight: bold}.head6 {  font-size: 11px;  line-height: 140%;  font-weight: bold;  color: #660000;}ol {  font-size: 10px;  line-height: 125%;}code {  font-family: monaco, monospace;  font-size: 10px  line-height: 15px;  color: #663300;  background-color: #ffffff;  margin: 10px;}blockquote {  font: 11px/18px verdana, arial, helvetica, sans-serif;  color: #663300;  margin-left: 15px;  margin-right: 15px;  margin-bottom: 10px;}address {  font: normal 9px geneva, sans-serif;  margin-top: 10px;  margin-bottom: 10px;}.caption {  font-size: 10px;   line-height: 125%; }li {   font-size: 11px;  line-height: 125%;; color: #330000 ; font-weight: normal} 
