/* CSS Document */

/* $Id: style.css,v 1.13 2006/04/03 22:20:48 unconed Exp $ */

/*
** HTML elements
*/
html,body {
width: 350px;
border-style: none;
}

body {
  margin: 10px;
  color: #fff;
  background: #690;
  font: 68% Verdana, Arial, Helvetica, sans-serif;
  vertical-align: middle;
}
img {
  border: 1px solid #fff;
  padding: 1px;
  text-align: center;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
}
h1 {
  font-size: 14pt;
  color:#FFCC00;
}
h2 {
  font-size: 12pt;
}
h3, h4, h5, h6 {
  font-size: 12pt;
}
p {
  margin: 9px;
  text-indent: 20px;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color:#FFCC00;
}
a:visited {
  color: #FFCC00;
}
a:hover {
  color: #FFCC00;
  text-decoration: underline;
}
a.mlink, a.mlink:link, a.mlink:visited{
 padding: 2px;
 outline-style: none;
 border-style: none;
}

