html, body {
  color:#7F7F7F;
  font-family:'Tahoma',Helvetica,Arial,sans-serif;
  text-align:left;
}

h1 {font-size: 167%; font-weight:bold;}
h2 {font-size: 146.5%; font-weight:bold;}
h3 {font-size: 123%; font-weight:bold;}
h4 {font-size: 108%; font-weight:bold;}

a {
  color:#2F7FFF;
  text-decoration:none;
}
a img { 
  border-width:0;
  border:none;
  background:none;
}
a:hover img {background:none;}

p {
  margin: 0.3em 0;
}
strong {
  font-weight:bold;
}
blockquote {
  padding:0.5em 0 0.5em 1.5em;
}
label {
  font-weight:bold;
}
fieldset {
  padding:4px;
}

ol li {
  margin-left:14px;
  list-style-type: decimal;
}
ol {
  padding-left:14px;
}

em {
  font-style: italic;
}
h4 {
  color:black;
}

input[type=text],
input[type=password] {
  padding:4px;
  font-size:115%;
  color:#f60;
  font-weight:bold;
  margin:1px 0 6px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

textarea {
  font-size:90%;
  font-family: courier, serif;
  padding:2px;
  margin:1px 0 6px 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

