/* CSS definition file containing site wide stylesheets */

.calendar {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small
}

BODY {
	font-size: small
}

.Subheads {
	font-family: "Arial Black",  "Helvetica Bold",  Charcoal,  Sans-serif;
 	font-size: x-small
}

.Quotes {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: medium;
 	font-style: italic
}

.CatagoryTitle {
	font-family: Teen;
 	font-size: 16px;
 	text-transform: capitalize;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	text-align: center;
 	background-color: rgb(109,166,226);
 	border: 1px solid rgb(0,0,0)
}

.Footnotes {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small
}

.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;
 	color: rgb(0,0,0)
}

.Title {
	font-family: Teen;
 	font-size: 48px;
 	text-transform: capitalize;
 	color: rgb(109,166,226);
 	font-weight: bold;
 	font-style: italic;
 	text-align: center
}

.Credits {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: x-small;
 	font-weight: bold;
 	text-align: center
}

.Node {
	border: 3px solid rgb(109,166,226)
}

P {
	font-size: small;
 	font-weight: normal;
 	font-style: normal
}

.TextNavBar {
	color: rgb(0,0,204);
 	font-weight: bold;
 	font-style: italic
}

A:hover {
	color: rgb(255,0,0)
}
