* CSS Document */

<style type="text/css">




body {
   background-color: Aqua;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   background-image: url(/images/b.gif);
   background-repeat: repeat;
   font-size: 12px;
   font-family: "Times New Roman";
}
p.bold {
	font-weight: bold;
	color: #FFFFFF;
}

p.italic {
	font-style: italic;
	color: #FFFF00;
}

	
}


H1 {   font-size: 16pt;   font-family: "Times New Roman";}
H2 { font-size: 14pt; font-family: Tahoma, Arial font-weight: bold: }
H3 { font-size: 12pt; font-family: Tahoma, Arial font-weight: bold: }
H4 { font-size: 10pt; font-family: Tahoma, Arial font-weight: bold: }
H5 { font-size: 8pt; font-family: Tahoma, Arial font-weight: bold: }
H6 { font-size: 6pt; font-family: Tahoma, Arial font-weight: bold: }

/* This is a CSS comment. Use this to comment your code so you can remember what the heck it was you were doing 14 months ago. Yes, a comment can traverse multiple lines - just make sure you open and close it like you see here. */ 

/* Left Column */
#left_col {
	position: absolute;
	left: 30px;
	width: 200px;
	top: 375px;
}

/* Center Column */
#mid_col {
	margin-left: 250px;
	margin-right: 160px;
	margin-top: 350px; 
	background: 
}


/* Header */
#page_header{
position: absolute;
 left: 05px;
   right: 05px;
   top: 15px;
   width: 100%;
   height: 100px;
   background-color: ; /* Uncommment the next line if you want to use an image for your background */
/* background-image: url(/path/to/image.gif); */
}

/* Footer */
#page_footer{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 0px;
	background-color: 
	/* Uncommment the next line if you want to use an image for your background */
	/* background-image: url(/path/to/image.gif); */
}


</style>