﻿body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url('images/background.jpg');
	background-repeat: repeat;
}
.content {
	margin: 0px auto 0px auto;
	width: 100%;
	max-width: 800px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
}
h1 {
	font-family: verdana, Arial, Helvetica, sans-serif;;
	font-size: 1.8em;
	margin-bottom: -1px;
	margin-top: 0px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 1.2em;
	text-decoration: none;
	padding-right: 1em;
	padding-left: 1em;
	background-color: #E100A9;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #FFFFFF;
}
h2 {
	padding: .1em 1em 1.9em 1em;
	font-size: .8em;
	font-weight: normal;
	font-family: verdana;
	margin-top: 0px;
	color: #FFFFFF;
	margin-bottom: 1.9em;
	background-color: #e100a9;
}
.text {
	font-size: 1.12em;
	line-height: 1.75em;
	text-align: left;
	vertical-align: top;
	padding-right: 1.3em;
	padding-left: 1.3em;
	color: #000000;
}
.text a {
	color: #e100a9;
	text-decoration: none;
}
.text a:hover {
	color: #FF6CDB;
}
.toparrows ul {
	padding: 0px;
	margin: 1em 0px 0px 0px;
	list-style-type: none;
	font-size: 1.2em;
	text-align: center;
}
.toparrows ul li {  
	display: inline; 
} 
.toparrows ul li a {
	text-decoration: none;
	color: #FF35CD;
	padding-right: 1.2em;
	padding-left: 1.2em;
}
.toparrows ul li a:hover {
	color: #FF8CE2;
}

.toplinks {
	color: #333333;
	font-weight: bold;
	line-height: 2em;
	margin-top: 1em;
	font-size: 1em;
}
.toplinks a {
	color: #e100a9;
	text-decoration: none;
}

p {
	margin: 0 0 1.8em 0;
	padding: 0;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
	margin-top: 1em;
	text-align: left;
	color: #000000;
	margin-bottom: 1.5em;
}
h4 {
	font-weight: bold;
	font-size: 1.05em;
	color: #FF0000;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
.image-right {
	border: thin solid #e100a9;
	margin-top: .5em;
	margin-bottom: 1em;
	margin-left: 1em;
}
.color-background {
	background-color: #FFE066;
	color: #333333;
}
.bold-blue {
	color: #0000FF;
	font-weight: bold;
}
.bold-blue-italics {
	color: #0000FF;
	font-weight: bold;
	font-style: italic;
}
.blue-text {
	color: #0000FF;
}
.blue-text-italics {
	color: #0000FF;
	font-style: italic;
}
.Quote {
	font-weight: bold;
	font-style: italic;
}
.Quote-Italics {
	color: #002b82;
	font-weight: bold;
	font-style: italic;
}
.Quote-Blue-Italics {
	color: #0000FF;
	font-weight: bold;
	font-style: italic;
}
.highlight-yellow {
	background-color: #FFFF00;
}
.highlight-yellow-bold {
	background-color: #FFFF00;
	font-weight: bold;
}
.italic-highlit {
	font-style: italic;
	background-color: #FFFF00;
}
.italics {
	font-style: italic;
}
.italics-bold {
	font-style: italic;
	font-weight: bold;
}
.small-italics {
	font-size: 13px;
	font-style: italic;
	line-height: 19px;
	text-align: left;
}
.bold-red-italics {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}
.red {
	color: #FF0000;
}
.bold-red {
	color: #FF0000;
	font-weight: bold;
}
.Verses {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.bold-underline {
	text-decoration: underline;
	font-weight: bold;
}
.botarrows ul {
	padding: 0px;
	margin: 0px 0px 1em 0px;
	list-style-type: none;
	font-size: 1.3em;
	text-align: center;
}
.botarrows ul li {  
	display: inline; 
} 
.botarrows ul li a {
	text-decoration: none;
	color: #ff35cd;
	padding-right: 1.2em;
	padding-left: 1.2em;
}
.botarrows ul li a:hover {
	color: #FF8CE2;
}
.center {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 2em;
}

.botlinks {
	text-align: left;
	line-height: 2em;
	padding-bottom: 1em;
	color: #FF0000;
	font-weight: bold;
	padding-top: 1em;
}
.botlinks a:visited{
	color: #999999;
	font-weight: bold;
}

.copyright {
	background-color: #e100a9;
	font-size: .8em;
	padding-top: 1.5em;
	text-align: center;
	padding-bottom: 1.5em;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
	text-transform: inherit;
	color: #FFFFFF;
}

@media screen and (max-width:480px) {
	.table {
    font-size: .8em;    }
}
	.image-right {
    font-size: .7em;    }
}
.top-ad {
	padding-top: 1em;
	padding-bottom: 1em;
}
.highlightblue {
	background-color: #00FFFF;
}
