/*
HIVE - default.css
Copyright (c) 2005-2006, Robert W. Lindeman.  All rights reserved.
*/
BODY
{
  background-color: #c2c2b6;
  color: black;
  margin: 40px 40px 40px 40px;
  border: thin solid #c2c2b6;
}

a
{
  margin:2px; 
}

a:link
{
  background-color: inherit;
  color:blue;
  font-weight:bold;
}

a:visited
{
  background-color: inherit;
  color:navy;
}

a:hover
{
  background-color: inherit;
/* */
  text-decoration:underline;
  border: 1px solid red;
  margin:1px;
}

a.button:link
{
  background-color: #990000;
  color: white;
  text-decoration: none;
}

a.button:visited
{
  background-color: #990000;
  color: silver;
/*
  color: #E0E0E0;
*/
  text-decoration: none;
}

a.button:hover
{
  background-color: #BB0000;
  color: white;
  text-decoration: none;
}

a.img
{
  text-decoration:none;
  margin:0px;
  font-weight:bold;
}

a.img:link
{
  color:rgb(220,240,255);
}

a.img:visited
{
  color:rgb(220,240,255);
}

a.img:active
{
  color:rgb(220,240,255)
}

a.img:hover
{
  text-decoration:none;
  border: 0px solid red;
}

/* */
  a:active {color:red}

p.legal
{
  font-size: 75%;
/*
  text-align: right;
*/
}

p.nav
{
  color: white;
  background-color: #990000;
/*  background-color: navy; */
  text-align: right;
  padding: 2px 10px 2px 10px;
}

em.alert
{
  background-color: yellow;
  color: black;
}

h3
{
/*
  background-color: silver;
  background-color: #E0E0E0;
*/
  color: black;
}

/*
BODY
{
  .body {margin:0.25in;background:rgb(220,240,255)}
  body {margin:40px; padding:0px; border:thin solid blue; 
        background:rgb(0,100,100)}
  div {background:rgb(220,240,255); padding:20px;}

  a {text-decoration:none; margin:2px; font-weight:bold}
  a:link {color:green}
  a:visited {color:green;font-style:italic}
  a:active {color:red}
  a:hover {text-decoration:underline;border: 1px solid blue;margin:1px}

  a.img {text-decoration:none; margin:0px; font-weight:bold}
  a.img:link {color:rgb(220,240,255)}
  a.img:visited {color:rgb(220,240,255);font-style:italic}
  a.img:active {color:rgb(220,240,255)}
  a.img:hover {text-decoration:none;border: 0px solid red; color:blue}

  li.sub {margin-top:10px; margin-bottom:10px}
  li.pub {color:blue; font-weight:bold}
}

*/
