/* Cascading Style Sheets */ 
/* (c) www.andreas.com 1997-2005 */ 

/* Sets the background. */ 
body { background-color: #ffffff ; }

/* Controls Headings */
H1 { color: #1964D5; font-size: 90%; font-family: "verdana", "arial"; } 
H2 { color: #1964D5; font-size: 110%; font-family: "verdana", "arial"; } 
H3 { color: #1964D5; font-size: 90%; font-style: italic ; font-family: "verdana", "arial"; } 
H4 { color: #1964D5; font-family: "verdana", "arial"; } 
H5 { color: #1964D5; font-size: 90%; font-style: italic; font-weight: bold; font-family: "verdana", "arial"; } 
H6 { color: #1964D5; font-size: 70%; font-style: italic ; font-family: "verdana", "arial"; } 

/* Controls the links. Removes underline from links and colors them. */
a:link { text-decoration: none; color: #CC0000; font-weight: bold; /* Not Yet Clicked */ }
a:visited { text-decoration: none; color: #708670; font-weight: bold; /* Clicked */ }
a:active {text-decoration: none; /* When it is clicked */ }
a:hover {color: #E4712D; /* Hover */}

/* Controls the body text */ 
p {font-size: 70%; font-family: "verdana", "arial"; } 
p.note {font-size: 60%; font-style: italic; } 
p.pageup {text-align: right; }
li {font-size: 70%; font-family: "verdana", "arial"; } 
td.cell {font-size: 70%; font-family: "verdana", "arial"; } 

/* Div tags */ 
div { font-family: "verdana", "arial"; } 
div.body { font-size: 70%; } 
div.toc-main {font-size: 80%; font-weight: bold; text-align:center; } 
div.toc-sub {font-size: 65%; text-align: center; } 
div.email-tag {font-size: 70%; text-align: center;  } 
div.foot {font-size: 70%; text-align: right; } 

/* Span */ 
span { font-family: "verdana", "arial";} 
span.body-bold-red {font-size: 70%; font-weight: bold; color:red; font-family: "verdana"} 
<font color="red">
span.list-recipes {font-size: 90%; font-weight: bold; } 
span.small { font-size: 65%; /* Controls text in the email subscribe box */ } 
 
/* Controls cell colors */
td.bar { background-color: #ffffff; /* for content cell */ 
 border-top: solid; /* Sets a border. inset=deep groove, ridge=raised groove. */ 
 border-top-color: #f1f3e1; 
 border-top-width: 7px; }

/* Controls blog, esp. mobile posting from PDA */
div.blogPost {font-size: 100%;}
p.mobile-post {font-size: 100%;}

/* End of file: Cascading Style Sheets */
/* More tags */ 
/* margin-top: 8em; margin-bottom: 3em;   -- Use this to control space above and below a line. /* 
/* h1,h2,h3,h4,h5,p,ul { font-family: sans-serif; }  -- Sets the default font for all text /* 
