body{
	background-image: url(./img/main_body.jpg);
	background-attachment: fixed;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	text-align: justify;
	color: #000000;
	line-height: 128%;
		
	scrollbar-base-color: #AA4500;
	scrollbar-arrow-color: #000000;
	scrollbar-shadow-color: #AA4500;
	scrollbar-DarkShadow-Color: #AA4500;
	scrollbar-3dlight-Color: #AA4500;
	scrollbar-highlight-Color: #AA4500;
	scrollbar-track-Color: #FF9E63;
}

#tagline{
	font-weight: bold;
	font-size: 25px;
}

img{
	border-left: solid 2px #000000;
	border-top: solid 2px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

B{
	font-size: 15px;
	padding: 3px;
	border-top: dotted 2px #000000;
	border-left: dotted 2px #000000;
	border-right: dotted 1px #000000;
	border-bottom: dotted 1px #000000;
}

ul{
	list-style-type: square;
}

hr{
	color: #000000;
	margin-left: 1px;
}


a:link{
	padding: 1px;
	color: #FF1F00; 
	text-decoration: none;
}

a:visited{ 
	padding: 1px;
	color: #FF1F00; 
	text-decoration: none; 
}

a:hover{ 
	padding: 1px;
	color: #000000; 
	text-decoration: none; 
}

a:active{ 
	padding: 1px;
	color: #000000; 
	text-decoration: none; 
}

.leftalign{
	text-align: left;
}
.tab{
	margin-left: 30px;
}
.book{
	font-style: italic;
}
.noborder{
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

.quote{
	margin-left: 20px;
	margin-right: 20px;
	font-size: 11px;
	font-style: italic;
}

.name{
	font-style: italic;
}

.source{
	font-size: 11px;
	text-align: left;
}

.sourcename{
	font-size: 11px;
	font-style: italic;
}

.sourcelink{
	text-decoration: underline;
}