/* css file used on droevrugte.co.za */
/* updated 08/04/2003 */

/*general page settings */

body { 
  background-color: #FFFFFF; margin: 10px 10px 10px 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
}
p {
  font-size: 10px;
}
a {
  font-size: 10px; text-decoration: none;
}
a:active, a:link { /* general link settings - link=blue */
  color: blue; cursor: hand;
}
a:visited { /* general link settings - visited link=red */
  color: red; cursor: hand;
}
a:hover { /* general link settings - hover link=underline */
  color: red; cursor: hand; text-decoration: underline;
}	
h1 { /* article section headings */
  font-size: 14px; font-weight: bold; margin-bottom: 0px; 
}
h2 { /* sub section headings */
  font-size: 12px; font-weight: bold; margin-bottom: 0px; 
}
h3 { /* sub-sub section headings */
  font-size: 11px; font-weight: bold; margin-bottom: 0px; 
}
form { /* form font setting */
  font-size: 9px; margin: 0px; padding: 0px;
}
input { /* form input font setting */
  font-size: 9px; margin: 0px; padding: 0px;
}
table { /* standard table font setting */
  font-size: 10px;
}
/* page section settings */
.article { /* article */
  font-size: 10px; width:99%; border:none;
}
p,h1,pre {
  margin:0px 5px 2px 5px;
}
.maintable { /* navigation table settings */
  width:95%; border:none;
}
.navcell { /* navigation table settings */
  display: none;
}
a.boxStyle {
color :#000000; font-weight :bold; text-decoration :none; background-color :#FFFF99; width :135px; border :1px #CCCCCC solid; padding: 2px; 
}
a.boxStyle:hover {
text-decoration :none; background-color :#FFFF99; border :1px #999999 solid; cursor:hand; padding: 2px;
}
