body {
	font-family: Verdana, Geneva, sans-serif;
}
.underline {
	text-decoration: underline;
}


td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}h1 {
	font-size: 1.3em;
	font-family: "Comic Sans MS", cursive;
	margin-bottom: 0.1em;
	margin-top: 0.3em;
	background-color: #5187B8;
	padding-left: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2C6698;
	border-right-color: #2C6698;
	border-bottom-color: #2C6698;
	border-left-color: #2C6698;
}
h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 1.1em;
	padding-left: 10px;
	margin-bottom: 0.1em;
	margin-top: .4em;
	color: #FFF;
}
h3 {
	font-family: "Comic Sans MS", cursive;
	font-size: 1em;
	padding-left: 0.5em;
	margin-bottom: 0.2em;
	margin-top: 0.3em;
	margin-left: 1em;
	filter: Invert;
	color: #FFF;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-bottom: 0.2em;
	margin-top: 0.3em;
	font-weight: bolder;
	background-color: #5187B8;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2C6698;
	border-bottom-color: #2C6698;
	border-top-width: 2px;
	border-bottom-width: 2px;
}
#pyxisdefinitions p {
	font-size: .8em;
}
#aboutmlarson p {
	font-size: .8em;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-left: 0.8em;
	margin-top: 0.2em;
	margin-bottom: 0em;
	margin-right: 0.8em;
	color: #CCC;
	clear: both;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #C00;
}


.bold-p {
	font-weight: bold;
	color: #F7F7F7;
	margin-left: 5px;
	font-family: "Comic Sans MS", cursive;
}
.grey-b-p {
	color: #EEE;
	font-weight: bold;
	margin-left: 5px;
	font-family: "Comic Sans MS", cursive;
}
.custom-ul {
	padding-left: 20px;
	margin-top: -2px;
}
.alt-h2 {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #474713;
	border-bottom-color: #474713;
	margin: 0px;
	background-color: #87662B;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #474713;
	border-left-color: #474713;
}
.italics {
	font-style: italic;
}
