/* EXTERNAL CASCADING STYLE SHEET FOR ROCKTECH-ASSOCIATES.CO.UK *
 * (C) COPYRIGHT 2000 JAMES RICHES, ROCKTECH ASSOCIATES LTD.    *
 * ALL RIGHTS RESERVED                                          */

/* GENERAL DOCUMENT FORMATTING */
body, p, table, tr, td, th, a, ul, li {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
}

body {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 0px;
  margin-right: 16px;
}

p {
  text-align: justify;
}

p.center {
  text-align: center;
}

a:link, a:visited, a:active {
  color: blue;
  text-decoration: none;
}
a:hover {
  color: red;
  text-decoration: none;
}

/* HEADING FORMATTING */
h1, h2, h3, h4, h5, h6 {
  font-family: arial, helvetica, sans-serif;
}
h1 {
  font-size: 18pt;
  font-weight: bold;
  text-align: center;
}
h2 {
  font-size: 16pt;
  font-weight: normal;
}
h3 {
  font-size: 14pt;
  font-weight: bold;
}
h4 {
  font-size: 14pt;
  font-weight: normal;
}
h5 {
  font-size: 12pt;
  font-weight: bold;
}
h6 {
  font-size: 10pt;
  font-weight: bold;
}
/* MENU FORMATTING */
a.menu:link, a.menu:visited, a.menu:active {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: blue;
}
a.menu:hover {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: red;
}

a.menusmall:link, a.menusmall:visited, a.menusmall:active {
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
/*  font-weight: bold;*/
  text-decoration: none;
  color: blue;
}
a.menusmall:hover {
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
/*  font-weight: bold;*/
  text-decoration: none;
  color: red;
}
