/* Setting the mood of the site	 */




body {
	
	font-size: 80%;
	color: black;
	background-color: #ffffff;
	background-image: url('images/blogo.jpg');
	background-repeat: no-repeat;
	background-position: center; 
	margin: 1em;
	padding: 0;
}





p {
	}



h1 {
	font-size: 32pt;
	font-face="Palotino Linotype"
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.25em;
	font-style: italic;
	text-align: center;
	letter-spacing: 0.5em;
	border-bottom-style: solid;
	border-bottom-width: 0.5em;
	border-bottom-color: #000000;
}

h1.intro {
	font-size: 48pt;
	font-face="Palotino Linotype"
}

h2 {
	
	font-size: 1.25em;
	font-family: palotino linotype, sariff;
	text-indent: 1cm;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;

}



h2:first-letter  {
	font-size: 1.75em;
	font-family: kidstuff, sariff;
	font-style: italic;
	font-weight: bold;
	color: #003399;
}

h3 {
	font-size: 1em;
	font-style: italic;
	text-transform: uppercase;
	
}

mini.h3 {
	font-size: 1em;
	font-style: italic;
	text-transform: uppercase;

hr {
	width="75%" 
	color=black 
	size=6
}



img {
border-style: none;

}

img.main {
	float:left;
	border-style: none;
	width=75;
	height=125;
}

a {
	
}

strong {
	font-size: 1.25em;
	font-style: bold;
	text-transform: uppercase;
}

li {
	color: #900;
	font-style: italic;
}

table {
	background-color: #FFFFFF;
	width=75%;
	align=center;
}

a:link {
	color: blue;
}

a:visited {
	color: black;
}

a:active {
	color: 336633;
}

a.tab:hover {
	font-size: 12;
	font-style: bold;
	color: FFFF00;
	
	
}

a.footer:active {
	color: "#003399";
}

a.footer:hover {
	font-size: 16;
	font-style: bold;
	color: FFFF00;
	background-color: 000000;
}


