body {
	font: 11pt Verdana;
	/* background-color: aliceblue; */
	background-image: url("images/profile.gif");
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	color: black;
}

body.faq {
	font: 9pt Verdana;
	background-color: aliceblue;
	color: black;
}

H1 {
	font: 28pt Verdana;
	font-weight: bold;
	color: navy;
}

P.question {
  font: 11pt Verdana;
  font-weight: bold;
  color: purple;
  border-bottom: thin solid purple;
}

P.faqhead {
  font-weight: bold;
  font-size: large;
  border-bottom: thick solid silver;
}

table.pagehead {
  border: thick solid purple;
}

table.downloads {
	font: 9pt Verdana;
	border: thin solid purple;
	width: 100%;
}

th.header_version {
	background-color: pink;
}

td.downloads {
    font: 12pt Verdana;
    vertical-align: top;
	  font-weight: bold;
    color: black;
}

td.mixinbowl_image {
    vertical-align: middle;
    /* border-style: outset;*/
}

td.column_version {
	text-align: center;
}

td.pagehead {
  text-align: left;
  padding-top: 5%;
  padding-left: 5%;
  padding-bottom: 5%;
}

td.titlehead {
  text-align: center;
  font-weight: bold;
  font-size: x-large;
}

td.datehead {
  text-align: center;
  font-weight: bold;
  /* font-size: x-small; */
}

td.contacthead {
  text-align: center;
  /* font-weight: bold; */
  font-size: x-small;
}
P.write_us {
  font-weight: bold;
  font-size: large;
  border-top: thin solid purple;
}

P.minorhead {
  font-weight: bold;
  text-decoration: underline;
}

P.fnentry {
  text-align: center;
}

LI.fnentry {
  list-style-type: square;
  font-size: medium;
}

LI.valentry {
  list-style: none;
}

span.goose {
   color: red;
}

span.purplegoose {
   color: purple;
}