/* Main.css for binarybees.biz */
/* Fonts and Sizing _______________________________________________ */
html {
	font-size: 100%;
	font-weight: normal;
	}

body {
	font-family: arial;
	font-size: 11pt;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 36px;
	}

h1 {
	color: white;
	font-family: georgia;
	font-size: 22pt;
	line-height: 17pt;
	margin-left: 0px;
	}

h2 {
	font-size: 16pt;
	margin-left: 0px;
	}

h3 {
	margin-left: 0px;
	}

h4 {
	margin-left: 0px;
	}

h5 {
	margin-left: 0px;
	}

h6 {
	margin-left: 24px;
	}

p {
	margin-left: 24px;
	margin-right: 24px;
	}
	
ol, ul {
	margin-left: 36px; /* Firefox */
	padding-left: 36px; /* IE */
	}

.center {
	text-align: center;	
	}

.ind {
	margin-left: 8px;
	}
	
.verse {
	color: #006A00; /* dark green */
	font-family: georgia;
	font-size: 12pt; 
	margin-left: 50px;
	}

.ref {
	color: black;
	font-family: tahoma;
	font-size: 9pt; 
	margin-left: 1px;
	}

.under {
	text-decoration: underline;
	}
	
.notice {
	color: #700070;
	font-family: verdana;
	font-size: 11pt;
	font-weight: bold;
	}
	
 acronym, abbr, dfn {
	color: #007400; /* darker green (0,116,0) */
	cursor: help;
	border-bottom: 1px solid #007400; /* darker green (0,116,0) */
	/* font-style: normal; */
}

hr {
	color: #0952BE;  /* blue (9,82,190) */
	height: 3px;
	}
	
input, select, textarea {font-size: 100%;}

/* Positions, Sizing, and Colors ______________________________________ */
body {
	background: transparent url(P/Body.gif) top left repeat-x;
	background-color: #E8F2FC; /* Bluish white (232,242,252) */
	color: #000060; /* Dark blue text (0,0,96) */
	}

a:link {
/* 	text-decoration: none; */
	color: #0048DE;
	}

a:visited {
	color: #A42FA5;
	}

a:hover {
	color: #3084F8;
	}

a:focus {
	outline: none; /* Firefox dots */
	}

/* Footer ______________________________________________________ */
.footer, .footer a, .footer a:link, .footer a:visited {
	text-align: center;
	}
