/*general page settings */

body { 
margin: 0px 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
; background-color: white
}
p {
  font-size: 12px;
}
a {
  font-size: 12px; text-decoration: none;
}
a:link { /* general link settings - link=blue */
  color: #333366; cursor: hand;
}
a:visited { /* general link settings - visited link=red */
  color: #006699; cursor: hand;
}
a:hover { /* general link settings - hover link=underline */
  color: #333366; cursor: hand; text-decoration: underline;
}	
h1 { /* article section headings */
  font-size: 16px; font-weight: bold; margin-bottom: 0px; 
}
h2 { /* sub section headings */
  font-size: 14px; font-weight: bold; margin-bottom: 0px; 
}
h3 { /* sub-sub section headings */
  font-size: 13px; font-weight: bold; margin-bottom: 0px; 
}
form { /* form font setting */
  font-size: 12px; margin: 0px; padding: 2px;
}
table { /* standard table font setting */
  font-size: 12px;
}

p,h1,pre {
  margin:0px 5px 2px 5px;
}
a:active { 
  color: #333366; cursor: hand;
 } 
 .anchor
{
	border:1px solid; border-color:#728B2F; width:150px;
}
 .gallery
{
	border:1px solid; border-color:#728B2F; width:150px;
}
