/* CSS Document for Shekinah web page*/

body {
	background-color: #000066;
}
.title {
	font-size: 38px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ff9900;
	font-weight: bold;
	text-align:center;
}
.footer {
	color: #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.slogan {
	font-size: 18px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #FF9900; 
	font-weight: bold; 
	text-align:center;
}
.banner {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #ff9900; 
	font-weight: bold; 
	line-height: 1.5em;
	padding-right: 0.5em;
}
.current {
	font-weight: normal; 
	font-style: italic;
	padding-right: 0em;

}
.main{
	font-family: Georgia, "Times New Roman", Times, serif; 
	text-align: justify;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0em;
	}
	
.headings {
	font-size: 18px
	}
	
.white { /*used in the gallery*/
	color: #ffffff;
	}
	
a:link {color: #FF9900; text-decoration: none; }
a:visited {color: #FF9900; text-decoration: none; }
a:hover {color: #CCCCFF; text-decoration: none; }
a:active {color: #FF9900; } 

a.file:link {color: #000066; text-decoration: underline;}
a.file:visited {color: #000066;  text-decoration: underline;}
a.file:hover {color: #CCCCFF; text-decoration: none;}
a.file:active {color: #000066; text-decoration: underline;}

.textbg {
	background-color: #FFFF99;
}

