body { font-family:"Palatino Linotype", "Book Antiqua"; font-size:10px;  background-color: #C0C0C0; }

a:link {	color: #710202; text-decoration: none; }
a:visited {	color: #710202; text-decoration: none; } 
a:active {text-decoration:none}

a:hover { color: #145A95; text-decoration: none; }

#MainMenu {font-family: Verdana; font-size: 11px; color: Black;} /* do not change */
#BottomText {font-family: Verdana; font-size: 10px; color: White;} /* do not change */

/* do not change */
#MainText {
	font-family: "Palatino Linotype", "Book Antiqua"; 
	font-size: 15px;
	color: Black; 
	margin-left: 25px; 
	margin-right: 25px;
	margin-bottom: 15px;
	margin-top: 25px;
 }
 
 /* ... like for the Biography */
 /* <div id="TitleText">Biography... or whatever</div><br> */
 #TitleText {
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size: 32px;
	color: #1B4F7B;
	text-decoration: underline;
	font-weight: bold;
}

/* Not sure if it's necessary */
#SubTitleText {
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size: 24px;
	color: #C6AF18;
	font-weight: bold;
	text-align: center;
}

/* Books/Poems Pics properties */
#picProp {
position:static;
}

/* BOOK TITLES */
.HeadLine
{
	font-family: "Book Antiqua";
	font-weight: bold;
	font-style: italic;
	font-size: 24pt;
	color: #0B3440;
}

/* BOOK SubTITLES */
.SubHeadLine
{
	font-family: "Book Antiqua";
	font-weight: bold;
	font-style: italic;
	font-size: 18pt;
	color: #DDC082;
}

/* Thumbnail Border Color */
.thumbProp
{
	border-color: black;
	border-style:solid;
	border-width:1px;
}

/* Amazon.com picture properties */
.amazProp 
{
	border-color: black;
	border-style:solid;
	border-width:1px;
	margin-right:15px;
	margin-bottom:5px;
}