/* Rekindled Ancient Wisdom - Style Sheet */

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

h1, h2, h3, h4, h5, h6 {
	font-family: Chicago, Tahoma, Arial, Helvetica, sans-serif;	
	margin-left: 5px;
}

ul {
	list-style-type: circle;
}

a {
	text-decoration: none;
}

a:link {
		color: #000099;
		background-color: transparent;
}
a:visited {
		color: #000099;
		background-color: transparent;
}
p {
	margin-left: 5px;
	margin-right: 10px;
}

.indent {
	margin-left: 10px;
	margin-right: 10px;
}
.highlight {
	font-style: italic;
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.bigfont  {
	font-style: normal;
	font-size: 120%;
	font-weight: 900;

}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-style: italic;
	font-size: 110%;
}
.copyright {
	font-size: xx-small;
}
.top {
	font-size: xx-small;
	margin-right: 0px;
}
.smaller {
	font-size: xx-small;
}
.names {
	color: #CCCCFF;
	background-color: transparent;
	font-weight: 800;
	font-size: 110%;
}	
.courses {
	color: #FF99FF;
	background-color: transparent;
	font-weight: 800;
	font-size: 140%;
}	

