body {
background-color: 
font-family: Arial, Verdana, sans-serif;
font-size: 100%;
line-height: 1.5em;
letter-spacing: 0.03em;
color: #ffffff;
}



/* this area below is for your  Link-text and headings. You can change the font type and size, the color of each of them
as well as the a:hover, which is the text for a link, once the pointer passes over it*/

a { font-family: Arial, Verdana, sans-serif; 
	font-size: 100%; 
	font-weight: bold; 
	color: #3366cc; 

	}

a:hover { font-family: Arial, Verdana, sans-serif;
 font-size: 100%; 
 font-weight: bold;
 text-decoration: none;
 background-color: #9966cc;
 color: white;
 }

h1 { font-family: Arial, Verdana, sans-serif;  font-weight: bold; font-size: 140%; color: #000000}
h2 { font-family: Arial, Verdana, sans-serif;  font-weight: bold; font-size: 120%; color: #000000}
h3 { font-family: Arial, Verdana, sans-serif;  font-weight: bold; font-size: 110%; color: #000000}


 ul {
list-style-type: none;
padding-left: 20px;
margin-left: 0;
}
 
li {
padding-left: 20px;
margin-bottom: 10px;
 
 }


img {
  padding: 5px;

}
 

/* as we are using a table based layout, your text is within a table. So this is the area to change the
size, color and font family */

table {
font-family: Arial, Verdana, sans-serif;
font-size: 100%;
color: #000000;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
}

/* if you change the fonts and sizes, etc above, make this the same, but leave the weight as bold*/

.note {
font-family: Arial, Verdana, sans-serif;
font-size: 13px;
color: #ff9900;
font-weight: bold;
} 

