/* CSS Document */

body {
  background-color: #FC9;
  color: black;
  margin: 0px;
}

.header {
	font-size: 30px;
	color: #FF0000;
	text-indent: 10px;
	/*margin-bottom: 0.1em;
	padding-bottom: 0.1em;*/
	font-weight: bold;
	border-bottom: medium solid #FF0000;
	margin-top: 25px;
	padding-top: 10px;
	margin-left: 75px;
	padding-left: 10px;
}

#maincontent {
	margin-left: 75px;
	margin-top: 10px;
	margin-right: 0px;
	background-color: #FC9;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

h1, h2, h3, h4, h5, h6, p, ul, li, td {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	vertical-align: top;
}

.b {
	font-weight: bold;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.i {
	font-style: italic;
}

.in1 {
	margin-left: 12px
}

.bottomline {
	border-bottom: 1px black solid;
}

.tanback {
	background-color: #ffc;
}

.yellowback {
		background-color: #FF3;
}

.red {
	color: #f00;
}

.strike {
	text-decoration: line-through;
}
