p {
background-color: 
font-family: Arial, Verdana, sans-serif;
font-size: 16px;
color: #000000;
}

p:b {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;	
}


/* 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: 16px; font-weight: bold; color: #000099; text-decoration: underline}

a:hover { font-family: Arial, Verdana, sans-serif;
 font-size: 16px; 
 font-weight: bold;
 background-color: #ff9999;
 color: white;
 }

h1 { font-family: Arial, Verdana, sans-serif; font-size: 20px; color: #cc0000}
h2 { font-family: Arial, Verdana, sans-serif; font-size: 18px; color: #cc0000}
h3 { font-family: Arial, Verdana, sans-serif; font-size: 16px; color: #cc0000}


 ul {
list-style-type: none;
padding-left: 20px;
margin-left: 0;
}
 
li {

padding-left: 20px;
margin-bottom: 10px;
 
 }


img {
  padding: 5px;
  background: white;
	hspace: 15px;
}
 

/* 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: 16px;
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: 16px;
color: #ff9900;
font-weight: bold;
} 


