@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Verdana','Arial', sans-serif;
	margin-bottom: 0;
}

h1 {
	font-size: 40px;
	color: black;
	margin-top: 20px;
	margin-bottom: 0px;}

h3 {
	font-size: 20px;
	color: #333;
	margin: 0 0 10px 0;
	border-bottom-color: darkgray;
	border-bottom-style: double;
	border-bottom-width: 2px;
}

p {
	font-size: 16px;
	margin: 0 0 10px 0;
}

.authorName {
	font-size: 20px;
    color: darkgray
}

.stripe {
	font-size: 12px;
	/** margin-left: 300px; */
	width: 1400px;
	text-align: center;
	background-color:saddlebrown; 
	color: #999;
}

a { font-size: 16px; text-decoration: none; }
a:link { color: #009; }
a:hover {color: #F00; }
a:visited { color: #009; }

a.sidemenu { 
	font-size: 20px; 
	text-decoration: none; 
	padding: 3px; 
	margin-top: 5px; 
	line-height: 25px; 
	margin-bottom: 5px; 
	display: block;
	width: 143px;
}

a.sidemenu:link { color: black; }
a.sidemenu:visited { color: black; }
a.sidemenu:hover {color: #F00; }

a.sidemenu-selected { border-width:3px; font-weight: bold; background-color: darkgrey; border-style: solid;}
