body{
	font-family:sans-serif;
	font-size:13px;
	color:black;
   margin-left : 20px;
	background-image:url('graphx/bg00.gif');
	background-attachment: fixed;
	background-repeat:repeat-x;
	background-position:top; 
	background-color:#4a4d80;
}
p{
	font-family:serif;
	font-size:19px;
	color:#000020;
	line-height: 23px;
	text-indent:20px;
}
li{
	font-family:serif;
	font-size:19px;
	color:#000020;
	line-height: 23px;
}
.top02{
	padding-right:15px;
padding-top:14px;
	font-family : sans-serif;
	font-size: 11px;
	color : #4F4f4f;
    text-align: right;
height:42px;
}
.side01{
background-image:url('graphx/001-leftb.jpg');
background-repeat:no-repeat;
background-position:top; 
background-color:#0b004e;
vertical-align: top;
text-align:left;
}
.signature{
	font-size: 11px;
	font-family : sans-serif;
	padding-top:10px;
	border-top:3px solid black;
	color : #9B929B;
}
.comment{
	font-size:9px;
	font-style:italic;
}
.header{
	font-size: 13px;
	font-family : sans-serif;
	color : #6B728B;
	text-transform : uppercase;
}
hr{
	height:1px;
	width:60%;
}
.highlight{
	margin-left:40px;
	margin-right:15px;
	text-align:center;
	font-family:serif;
	color: #5C5C5C;
	padding-top:15px;
	padding-bottom:15px;
	font-style: italic;
	line-height: 30px;
	font-size:25px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	
}

/* Headers */
h2{
	font-size:38px;
	font-weight:normal;
	font-style:oblique;
	font-family:serif;
	color:#8B0000;
	text-align:right;
	padding-right:30px;
	padding-top:0px;
	padding-bottom:-2px;
	margin-right:5px;
	margin-left:5px;
	letter-spacing: -1px;
	border-bottom:1px solid #8B0000;
}
.anagram{
	padding: 5px;
	background-image:url('graphx/rlf.gif');
	background-repeat:no-repeat;
	background-attachment: scroll;
	background-position: bottom;
	background-color:white;
	border-right:3px solid #050124;
}
.bookmention{
	font-variant: small-caps;
}
h3{
	font-size:24px;
	font-family: serif;
	font-weight : bold;
	font-style :normal;
	color: #2A2E68;
	margin-top:0px;
	margin-bottom:15px;
	text-align: left;
	padding-left:25px;
	border-bottom: #2A2E68 dotted 1px;
}
h4{
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	text-align:left;
	text-decoration: underline;
	color: Black;
	padding-left:20px;
	margin-top:15px;
	margin-bottom:10px;
}

/* Links */
a:link {
	color:#8B0000;
	text-decoration:none;
}
a:visited {
	color:#8B0000;
	text-decoration:none;
}
a:active {
	color: Red;
	text-decoration:none;
}
a:hover {
	color:red;
	text-decoration:underline;
}