body {  
       font-family: Arial, Helvetica, sans-serif; 
       font-size: 14px; 
       color: #000000; 
       background-color: #FFFFFF
     }

td {  
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 14px
   }

A#MyLink:link   {
             color: #009900;
             text-decoration: none;
             border-bottom: 1px solid;
             border-color: #33FF00;
             }
A#MyLink:visited {
             color: #009900;
             text-decoration: none;
             border-bottom: 1px solid;
             border-color: #33FF00;
             }
A#MyLink:active {
             background-color: green;
             color: white;
             text-decoration: none;
             border-bottom: 1px solid;
             border-color: #33FF00;
             }
A#MyLink:hover {
             background-color: green;
             color: white;
             text-decoration: none;
             border-bottom: 1px solid;
             border-color: #33FF00;
             }

.greenNote {
              font-size: 16px; 
		  text-align: justify; 
		  width: 400px; 
		  padding: 6px; 
		  background-color:green; 
		  color: yellow; 
		  border: solid; 
		  border-color: yellow;
		}

.yellowNote { 
              font-size: 14px;
              text-align: justify;
              width: 98%;
              padding: 6px;
              background-color: #FFFFCC;
              color: black;
              border: solid;
              border-width: 1px;
              border-top-width: 3px;
              border-color: #FF6600;
            }

.PageHeading {
               position: absolute; 
               left: 0px; 
               top: 0px; 
               width: 101%;
               border-top-style: solid; 
               border-bottom-style: solid; 
               border-color: black;
		       background-color:green; 
               color: white;
		       text-align: center;
		       font-size: 24px;
             }
.Heading {
           font-size: 28px; 
           text-align: center;
           color: white;
           background-color: green;
           width: 100%;
           border: 2px;
         }
		 
.GreenTitle {
             color: green; 
			 font-size: 18px;
            }
			
blockquote.Other
   {
      padding: 0.2em;
      background-color: #FFFFCC;
      border: 1px solid #FF6600;
   }

blockquote.SCA
   {
      padding: 0.2em;
      background-color: #FFFFCC;
      border: 1px solid green;
   }
