/* CSS definition file containing site wide stylesheets */

.WhiteOnBlack {
	color: rgb(255,255,255);
 	background-color: rgb(0,0,0)
}

.MemberNames {
	background-color: rgb(255,198,36);
 	border: 5px solid rgb(255,255,255);
 	padding: 5px
}

.Subheads {
	font-family: "Arial Black",  "Helvetica Bold",  Charcoal,  Sans-serif;
 	font-size: x-small
}

.Quotes {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	font-style: italic
}

.CenteredBorderedPara {
	text-align: center;
 	border: 1px solid rgb(255,0,0);
 	padding: 10px;
 	width: 250px;
 	display: block
}

.Footnotes {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small
}

.redbold {
	color: rgb(255,0,0);
 	font-weight: bold;
 	font-style: italic
}

.Caption {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	font-style: italic
}

.Code {
	font-family: "Courier New",  "Lucida Console",  Courier,  Monaco,  Monospace;
 	font-size: x-small
}

.boldredital {
	color: rgb(255,0,0);
 	font-weight: bold;
 	font-style: italic
}

.RedText {
	color: rgb(255,51,0)
}

.Contacts {
	background-color: rgb(0,32,46);
 	border: 5px solid rgb(234,206,215);
 	padding: 5px
}

.Credits {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: x-small;
 	font-weight: bold;
 	text-align: center
}

.RedOnBlack {
	color: rgb(255,51,0);
 	background-color: rgb(0,0,0)
}

.A.button:hover {
	background-color: rgb(169,210,235)
}