body {
font-family: Verdana, Geneva, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
font-size: 100%;
letter-spacing: 0.03em;
line-height: 3em;
color: #ffffff;
padding-left: 20px;
margin-bottom: 25px;
}



/* 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: Verdana, Geneva, Arial, Helvetica, "Bitstream Vera Sans", sans-serif; font-size: 100%; color: #0000FF; text-decoration: underline}

a:hover { font-family: Verdana, Geneva, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
 font-size: 100%; 
 background-color: orange;
 color: white;
 }

h1 { 
	font-family: Verdana, Geneva, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 22px; 
	color: #3d5e3d; 
	margin-top: 15px;
	text-align: center;
	}
h2 { 
	font-family: Verdana, Geneva, Arial, Helvetica, "Bitstream Vera Sans", sans-serif; 
	font-size: 18px; 
	color: #3d5e3d;
	margin-top: 15px;
	}
h3 { font-family: Verdana, Geneva, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 14px; 
	color: #3d5e3d;
	margin-top: 15px;
	}
	
h4 		{ font-family: Verdana, Geneva, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
		font-size: 13px; 
		color: #3d5e3d;
		margin-top: 15px;
		}

		img {
		border: 0px solid #b72637;
		padding: 5px;
		background-color: #ffffff;
		margin-bottom: 10px;

		}

 ul {
list-style-type: none;
padding-left: 30px;
margin-left: 0;
}
 
li {
background: url(http://www.the-gluten-free-chef.com/image-files/bullet.gif) left top no-repeat;
padding-left: 30px;
margin-bottom: 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: 14px;
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;
}


.CalloutBox {
background-color: #FEF49F;
-moz-border-radius: 15px;
 -webkit-border-radius: 15px;
border: 5px solid #CCCC99;
width: 75%;
border: 3px  #f3d047 ;
border-style: solid;
margin: 18px auto 24px auto;
padding: 8px;
color: #000000;
}


/* 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: 14px;
color: #ff9900;
font-weight: bold;
} 


