body {background-color:#FFFFFF; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: x-small ; font-weight: normal; 
color: #000000; 
background-color:#FFFFFF
}

a:link  { color: #666699; font-weight: bolder; text-decoration: none }
a:visited { color: #333366; font-weight: bolder; text-decoration: none }
a:hover { color: 666699; text-decoration: underline } 

h4 { font-size: 110%; font-weight: bold }
h3 { font-size: 100%; font-weight: bold }

/*  The no-table code using css */

div.container { 
width: 805px;
margin:0px; 
line-height:140%;

font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; 
color: #333333 }

div.header { padding: 0;
color: #000000;
clear: left; 
}

div.right { 
float:right;
width:220px;
margin:0;
padding:0;
}

div.content { 
margin-right: 220px;
padding:1em;
}


/* This is just in case I need to use tables later -- but it's highly unlikely */
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}