table.roundedCorners { 
  border: 6px solid salmon;
  border-radius: 13px; 
  }
  
table.roundedCorners td, 
table.roundedCorners th { 
  border-bottom: 1px dotted black;
  padding: 5px; 
  }
  
tr.border_bottom td {
  border-bottom:1pt solid salmon;
}  

tr.border_top td {
  border-top:2pt solid salmon;
}  
  
A:link {
	color: blue;
	text-decoration: none;
}

A:visited {
	color: teal;
	text-decoration: none;
}

A:hover {
	color: purple;
	text-decoration: none;
}

A:hover.menu {
	color: transparent;
	text-decoration: none;
}

BODY {
	color: #3F5150;
	font-family: "Times New Roman";
	font-size: medium;
}

H1 {
	font-weight: bold;
	font-family: Garamond;
	color: maroon;
}

H2 {
	font-weight: bold;
	font-family: Garamond;
	color: maroon;
}

H3 {
	font-weight: bold;
	font-family: Garamond;
	color: black;
}

H4 {
	font-weight: bold;
	font-family: Garamond;
	color: black;
}

img {
border-radius: 8px;
border-collapse: separate;
}

P.small {
	font-size: small;
	font-family: verdana;
}


ul#menu {
	list-style: none;
	background: url(images/eyes-menu_800x390.jpg) no-repeat 0 0;
	position: relative;
	width: 800px;
	height: 318px;
	margin: 0;
	padding: 0;
}

ul#menu li {
	border: 0px solid #000;
	position: absolute;
}

img.book {
	padding: 1px;
	border: 3px solid orange;
	background-color: transparent;
}

.imgBox { 
	width: 220px; 
	height: 40px; 
	no-repeat; 
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	} 
	
.imgBox:hover { -moz-box-shadow: 0 0 10px FA8072; -webkit-box-shadow: 0 0 10px #FA8072; box-shadow: 0 0 10px #FA8072; } 
