<!-- This is the MAIN CSS file that will be used 
to construct all of the pages in my web site -->
<!-- 12/17/2004 -->

.head1 
{
font-weight:bold; 
color:#C0C0C0; 
font-size:22px; 
line-height:22px; 
margin-left: 3px; 
margin-top:3px; 
}

.head2
{
font-weight: bold; 
color:#000000; 
font-size:22px; 
line-height:22px; 
margin-left:-5px; 
margin-top:-24px;
}

body
{
background-color="#006699";
text="#000000";
font-family:Tahoma;
font-size:10px;
font-weight:400;
font-style:normal;
text-decoration:none;
text-transform:none;
font-variant:normal;
margin="0";
}

.table-resume-small
{
font-family:Arial;
font-size:11px;
font-weight:400;
font-style:normal;
text-decoration:none;
text-transform:none;
font-variant:normal;
}

.table-resume-medium
{
font-family:Arial;
font-size:14px;
font-weight:450;
font-style:normal;
text-decoration:none;
text-transform:none;
font-variant:normal;
}

<!-- Example code from online for CSS TABLE
 TABLE {background:00C9FF }
 CAPTION {background:blue; color:yellow; font-size:20pt; caption-side:bottom }
 TR.whitetext {color:FFFFFF ; font-size:18pt}
 TD.redtext {border: thick solid red; color:red ; font-size:24pt}
 TD.ltgreenbackground {background:lightgreen}
 #width30 {width=30} 
 TD.image {background: url(chicken.jpg) fixed; vertical-align:bottom }

   spacing:0px;
   padding:0px;
   border:0px;
   border-spacing:0px;
   border-collapse:collapse;

-->

table.blog {
   background:006699;
   font-family:tahoma;
   font-size:10pt;
   padding:1px;
   border-collapse:collapse;
   }
tr.date {
   background:006699;
   color:white;
   font-weight:800;
   }
tr.title {
   background:E0E0E0;
   color:black;
   font-weight:800;
   }
tr.text {
   background:white;
   color:black;
   font-weight:400;
   }

table.update {
   width: 200px;
   background: 006699;
   font-family: tahoma;
   border-collapse: collapse;
   spacing:1000px;
   }
tr.section {
   background: 006699;
   color: white;
   font-size: 10pt;
   font-weight: 800;
   vertical-align: middle;
   text-align: center;
   }
tr.detail {
   background: E0E0E0;
   color: black;
   font-size: 7pt;
   font-weight: 400;
   vertical-align: top;
   text-align: left;
   }


