/* Style sheet for the IPP 26 web site http://ipp26.org */

*	{font-family: Verdana, Times, serif}
/*
body	{background:#FFFFFF; margin-left: 10%; margin-right: 10%}
*/

/* Center h1 and h2 headers. */
h1, h2	{text-align: center}

/* Indent paragraphs, but not the first paragraph of a section. */
p	{text-indent: 3em}
h1+p,h2+p,h3+p,h4+p	{text-indent: 0em}

/* Visual feedback for where the focus of the form is */
input:focus, textarea:focus	{background-color: #CCFFFF}

/* Make lists with no bullets. */
.plain {
  /* font-size: larger; */
  margin-top: 2ex;
  margin-bottom: 2ex;
  list-style-type: none }
.plain li	{margin-bottom: 2ex}

/* Remove indent */
.noindent	{text-indent: 0}

/* Use bold face for defined terms in definition lists. */
dt	{font-weight: bold}

/* Format a table with cells and headers in different colors. */
table.data th { background: rgb(204, 204, 153) }
table.data td { color:red; background: rgb(255, 255, 153) }

/* addresses:  use <pre> to get line breaks, set off with pale yellow. */
pre.address	{background: #FFFFCC}
