BODY, TD, P, LI, BLOCKQUOTE {
	font-family:Arial,helvetica,sans-serif;
	font-size:16px
	}

BODY {
	background-color: #c0c0ff;
	background-image:url("http://www.blueflute.com/backs2.jpg");  	
	}

TD.mainbody {
	background-color: white;
	vertical-align: top;
	}

TD.address {
	color: black; 
	background-color: 
	rgb(128,128,192); 
	font-size:8pt
	}

IMG.button {
	width:120px; 
	border:3; 
	height:50; 
	}

TD.navbar {
	background-color: #C6BBFF;
//#c0c0ff
	}
H2 {
	font-size: 18px;
	font-weight: bold;
	color: navy;
	}
.bullet  {
	color: #CC0066;
	font-weight: bold;
	line-height: 1.4
	}

.inputform  {
       font-weight: bold;
	font-family:tahoma;
	font-size: 10pt;
		}


H1 {
   font-size: 36px;
   font-weight: bold;
   text-align: center;
   color: red;
   background: blue;
   }

A:link {
   color:blue;
   font-weight: bold;
   }

A:active {
   text-decoration: underline;
   }

A:visited {
   color: purple;
   font-weight: bold;
   text-decoration: line-through, underline;
   }

A:hover {
   text-decoration: underline;
   color: purple;
   background: pink;
   font-weight: bold;
   }

