/* Committee-for-Transcendence-entry-v6_5.css  */
/*
	Added :notes area" and its two new texts
*/

body {
  	background-color:	rgb(51, 0, 51);				  						/* dark purple */
}

p {
	font-family: 		kristen itc;
}

ul {
	list-style-type:	none;
}

a {
	color:				#0000ff; 											/* blue */
	text-decoration:	none;
}

a:active {
	color:				#0000ff; 											/* blue */
}
 
a:link {
	color:				#0000ff; 											/* blue */
}

a:visited {
    color:				#0000ff; 											/* blue */
}

a:hover {
	color:				#ffcc00; 											/* yellow-orange */
	background-color:	#9e1f1f; 											/* red */
}

h1 {
	color:				#990000;
	font-size:			150%;
}

.outer-container {
	border:				2px solid rgb(204, 102, 204);
	margin:				2px;
	padding:			2px;
}

.container {
	background-image:	url(ImageFiles/transcendence.jpg);
	border:				4px solid rgb(51, 0, 51);;							/* black */
}


.text-title {
	color:				#0000ff;											/* blue */
	font-weight:		bold;
	font-size:			100%;
}

.eaddress {
	color:				#0000ff;											/* blue */
	font-weight:		bold;
	font-size:			100%;
}

.text-descrip {
	color:				black;
	font-size:			85%;
	font-weight:		bold;
}

.bulletins {
	margin-left:		40px;
}

.coming {
	margin-left:		40px;
}

.notes {
	margin-left:		40px;
}

.readings {
	margin-left:		40px;
}

.associates {
	margin-left:		40px;
}

.contact {
	margin-left:		40px;
}

.committeefortranscendence3 {
	text-align:			center;
}

.metrics {
	text-align:			center;
}