
@import "calendar.css";
@import "code.css";

.strike
{
	text-decoration: line-through;
}

.centered
{
	text-align: center;
}

.monospace
{
	color: black;
	font-family: Monospace;
}

blockquote
{
	padding-top: 1px;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1px;
	background-color: #EEE8AA;
}

body
{
	font-family:arial,sans-serif;
	font-size: 16px;
	background: #ffffcc;
}

.fixed
{
	font-family: Monospace;
	font-style: normal;
}

.float
{
	padding-right: 3px;
	padding-left: 3px;
	left: 0.5em;
	padding-bottom: 3px;
	color: white;
	border-top-style: inset;
	padding-top: 3px;
	border-right-style: inset;
	border-left-style: inset;
	position: absolute;
	top: 0.5em;
	background-color: transparent;
	border-bottom-style: inset;
}

h1
{
	font-family: arial, sans-serif;
	text-align: center;
	font-weight: normal;
}

h2
{
	font-size: 28px;	
	font-family:arial,sans-serif;
	font-weight:normal;
}

h3
{
	font-size:1.5em;
	font-family:arial,sans-serif;	
	font-weight:normal;
}

h4
{
	font-size:larger;
	font-family:arial,sans-serif;	
	font-weight:normal;
}

.H_JumpList
{
	font-weight: normal;
	font-size: small;
	text-align: center;
	text-decoration: underline;
	background-color: #EEE8AA;
}

.index
{
	padding-left: 2em;
	font-weight: bold;
	color: white;
	background-color: #B8860B;
}

.peopleInfo
{
	text-align: right;
	font-size: smaller;
}

.shortcut
{
	font-family: Monospace;
	font-style: normal;
	color: Maroon;
}

table
{
	background-color: #EEE8AA;
	border-collapse: collapse;
}

table h2
{
	padding-left: 20px;
	padding-right: 20px;
	font-weight: normal;
	font-size: large;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

table ol, table ul
{
	text-align: left;
	margin-left: 0em;
	padding-right: 0.5em;
	margin-right: 0em;
	padding-bottom: 0em;
	margin-bottom: 0em;
}

table ol
{
	padding-left: 2.0em;
}

table ul
{
	padding-left: 1.5em;
}

td
{
	border-right: thin groove;
	border-top: thin groove;
	border-left: thin groove;
	border-bottom: thin groove;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

th
{
	border-right: thin groove;
	border-top: thin groove;
	border-left: thin groove;
	border-bottom: thin groove;
}

ul, ol
{
	background-color: #EEE8AA;
}

ul ul, ul ol, ol ol, ol ul
{
	background-color: #F0E68C;
}

.note /* As in:   NOTE:   */
{
	color: Red;
}

.warning
{
	background-color: Red;
	font-weight: 900;
	color: white;
	padding-left: 0.25em;
	padding-right: 0.25em;
}

.number
{
	font-family: Monospace;
	text-align: right;
}

div.illistration
{
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}
