/* Rekindled Ancient Wisdom - Style Sheet */

body, td {
	font-weight: 600;
	font-size: 80%;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
}

a {
	text-decoration: none;
}

a:link {
		color: #000099;
		background-color: transparent;
}
a:visited {
		color: #000099;
		background-color: transparent;
}

.highlight {
	font-style: italic;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bigfont  {
	font-style: normal;
	font-size: 120%;
	font-weight: 900;
}

	


