/* typical schemes */

H1 {
	font-family: "Times New Roman", serif;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

.typical {
	font-family: "Arial", Verdana, sanserif;
	line-height: normal;
	font-size: 16px;
	color: #000000;
}

.caption {
	font-family: "Arial", Verdana, sanserif;
	line-height: normal;
	font-size: 14px;
	color: #000000;
	text-align: center;
}

.wordy {
	font-family: "Times New Roman", serif;
	line-height: normal;
	font-size: 16px;
	color: #000000;
}

.important {
	font-family: "Arial", Verdana, sanserif;
	line-height: normal;
	font-size: 20px;
	color: #000000;
}

.indented { margin-left: 10%; margin-right: 10% 
}

/* special purpose schemes */

.copyright {
	font-family: "Arial", Verdana, sanserif;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

p.groovy {
	font-family: "Times New Roman", serif;
	color: #800080;
}

.groovy {
	font-family: "Sixties", "Times New Roman", serif;
	color: #800080;
}

H1.keith {
	font-family: "Arial", Verdana, sanserif;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

p.keith {
	font-family: "Arial", Verdana, sanserif;
	text-align: center;
	line-height: normal;
	font-size: normal;
}

img {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
img.nopad {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

/* Weather-specific settings */
.WxReport {
	font-family: "Arial", Verdana, sanserif;
	line-height: normal;
	font-size: 12px;
	color: #000000;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: blue;
	text-align: left;
}
.WxContent {
	font-family: "Arial", Verdana, sanserif;
	line-height: normal;
	font-size: 12px;
	color: #000000;
	background-color: #ffffa0;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding: 2px 4px 2px 4px;
}
img.WxImage {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding: 0px 0px 0px 0px;
}
.WxHeading {
	font-family: "Arial", Verdana, sanserif;
	text-align: center;
	line-height: normal;
	color: #000000;
	background-color: #40ff40;
	text-align: center;
}
/* deprecated... */
.WxObs {
/*	font-family: "Arial", Verdana, sanserif;
	text-align: center;
	line-height: normal;
	font-size: 16px;
	color: #000000;
	background-color: #fcd07b;
	border-style: ridge;
	border-width: 1;
	border-color: #fcd07b;
	text-align: center; */

	font-family: "Arial", Verdana, sanserif;
	text-align: center;
	line-height: normal;
	font-size: 12px;
	color: #000000;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	text-align: left;
}
