BODY {
	font-family: arial, helvetica, sans-serif; 
	font-size: 13px;
	color: silver;
	font-weight: demi-light;
	text-align: justify;
	margin: 30px 0px 20px 60px
}

.title {
	color: #FFFFFF;
	font-weight: medium;
	text-decoration: underline;
	margin-right: 50px;
	line-height: 15pt;
	text-align: left
}

.question {
	margin-left: 40px;
	color: #008000;
	margin-right: 40px;
	text-align: left
}

.white {
	color: white
}

.date {
color: goldenrod;
text-align: left
}

.underline {
	text-decoration: underline
}

TD, TH {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 15px
}

TD.cat {
	color: #bbbbbb;
	font-weight: demi-light
}

TD.date {
	color: goldenrod;
	text-align: left
}

TD.submenu {
	text-align: center;
	color: goldenrod
}

TD.menu {
	text-align: center;
	color: white;
	font-size: 13px
}

TH {
	font-size: 12px;
	color: goldenrod;
	font-weight: bold;
	line-height: 12px
}

TD.title {
	color: white;
	text-decoration: underline
}

TD.year {
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold
}

TD {
	color: #8C784D;
	font-weight: demi-light
} 

H1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center
}

H2 {
	font-family: Verdana, Arial;
	font-size: 17px;
	color: gray;
	text-align: center
}

A {
	font-family: arial;
	font-size: 12px;
	text-decoration: none
}

A:link {
	color: #BF5010
}

A:visited {
	color: #BF5010
}

A:hover {
	color: silver
}

A.submenu {
	font-size: 18px;
	color: white;
	text-decoration: none;
	line-height: 20px
}

input, textarea, select {
	font-family: arial, helvetica, sans-serif; 
	font-size: 13px;
	color: #8C784D;
	font-weight: demi-light;
	text-align: justify;
	background-color: #333333;
	border-top: solid 1px #5C481D;
	border-left: solid 1px #5C481D;
	border-right: solid 1px #BCA87D;
	border-bottom: solid 1px #BCA87D;
}

select {
  position: relative;
  display: inline; 

}

