BODY {
	background-color : #3366FF;
	margin-left : 0px;
	margin-right : 0px;
}

 hr { color:  #5F9EA0 }
  
 A {
	color : blue;
	}
  
  A:hover {
  font-style : normal;
  color: red;
  text-decoration : underline;
  }
  
  A.menuy {
	color: Yellow;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}
   
   A.menuy:hover {
  color: cyan;
  font-weight : bold;
  font-family : Arial, Helvetica, sans-serif;
  text-decoration : underline;
  }

TABLE.border{ background: 3366FF } 

TD.banner {
	border-bottom: thin solid Black
}

TD.left {
	border-left: thin solid Black;
	background-color :  White;
}

TD.right {
	border-left: thin solid Black;
	background-color :  White;
}
  
TD.main {
	background-color : White;
}


td.yellow {
	background-color : #FFFFCC;
	border-bottom : thin solid;
	border-left : thin solid;
	border-right : thin solid;
	border-top : thin solid;
	border-color : #5F9EA0;
	}

table.books {
	font-family :  "Times New Roman", Times, serif;
	font-size :  12px;
}

