body { 
      font-family: helvitica, verdana, arial, san-serif;
      font-size: 10pt;
      color: black;
      background: white;
      width: 40em;
}

/* Inheritance to <td> elements in tables doesn't work, re-specify. */
td {
      font-family: helvitica, verdana, arial, san-serif;
      font-size: 10pt;
}

/* Inheritance to <p> elements in tables doesn't work, re-specify. */
p {
      font-family: helvitica, verdana, arial, san-serif;
      font-size: 10pt;
}

/* Inheritance to <ul> elements in tables doesn't work, re-specify. */
ul {
      font-family: helvitica, verdana, arial, san-serif;
      font-size: 10pt;
}

/* Set font properties for the page headers */
div.header1 {
      font-family: helvitica, verdana, arial, san-serif;
      font-size: 14pt;
      font-weight: bold;
      color: #ff0000;
      background-color: #ffffff;
      text-align: center;
}
div.header2 {
      font-family: helvitica, verdana, arial, san-serif;
      font-size: 11pt;
      font-weight: bold;
      color: #ff6600;
      background-color: #ffffff;
      text-align: center;
}
div.header3 {
      font-family: helvitica, verdana, arial, san-serif;
      font-size: 10pt;
      color: #000000;
      background-color: #ffffff;
      text-align: center;
      font-style: italic;
}
div.header4 {
      font-family: helvitica, verdana, arial, san-serif;
      font-size: 11pt;
      font-weight: bold;
      color: #0000ff;
      background-color: #ffffff;
      text-align: right;
}

div.footer1 {
      font-family: helvitica, verdana, arial, san-serif;
      font-size: 14pt;
      font-weight: bold;
      color: #ff6600;
      background-color: #ffffff;
      text-align: left;
}

/* Get rid of underlinging of links */
a {
      text-decoration: none;
}

/* Underline links on mouse-over. */
a:hover {
      color: #ff0000;
}

/* Don't want color change for links in page headers. */
a.header3:active  {
      color: #0000ff;
      background-color: #ffffff;
}
a.header3:visited {
      color: #0000ff;
      background-color: #ffffff;
}
a.header4:active  {
      color: #0000ff;
      background-color: #ffffff;
}
a.header4:visited {
      color: #0000ff;
      background-color: #ffffff;
}

/* Set larger font size for Data, Publications, etc. labels. */
a.right  {
      text-decoration: none;
      font-size: 17pt;
      font-weight: bolder;
      text-align: center;
}
a.right:active {
      background-color: #99ccff;
}
a.right:visited {
      background-color: #99ccff;
}

/* Set font properties for headings within pages proper. */
div.head0 {
	font-family: helvitica, verdana, arial, san-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #ff0000;
	background-color: #ffffff;
	text-align: left;
}
div.head1 {
	font-family: helvitica, verdana, arial, san-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #0000ff;
	background-color: #ffffff;
	text-align: left;
}
div.head2 {
	font-family: helvitica, verdana, arial, san-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
}
div.head3 {
      font-family: helvitica, verdana, arial, san-serif;
      font-size: 10pt;
      font-weight: bold;
      color: #000000;
      background-color: #ffffff;
      text-align: left;
      font-style: italic;
}

/* Set title font properties for Data and Publications pages */
div.title {
      font-family: helvitica, verdana, arial, san-serif;
      font-size: 10pt;
      font-weight: bold;
      color: #000000;
      background-color: #ffffff;
      text-align: left;
      font-style: italic;
}

/* Create a class for red links for data-global and data-regional pages. */
a.red {
      font-family: helvitica, verdana, arial, san-serif;
      font-size: 10pt;
      color: #ff0000;
      background-color: #ffffff;
}
a.red:active  {
      color: #ff0000;
      background-color: #ffffff;
      text-decoration: underline;
}
a.red:visited {
      color: #ff0000;
      background-color: #ffffff;
}

/* Create a class for blue links for the World Population Prospects Link on the data-global page. */
a.blue {
      font-family: helvitica, verdana, arial, san-serif;
      font-size: 10pt;
      color: #0000ff;
      background-color: #ffffff;
}
a.blue:active {
      font-family: helvitica, verdana, arial, san-serif;
      color: #0000ff;
      background-color: #ffffff;
      text-decoration: underline;
}
a.blue:visited {
      font-family: helvitica, verdana, arial, san-serif;
      color: #0000ff;
      background-color: #ffffff;
}

/* Use this to center things */
div.center {
      text-align: center;
}

/* Use this to control thickness of horizontal rules (doesn't work in netscape) */
hr {
      height: 1px;
}
