/* $Id: text.css,v 1.1 2009/01/31 21:28:46 dvessel Exp $ */

/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.

  Modifide for Drupal.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #878787;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
}

hr {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
  list-style-position: inside;
  margin-left: 10px;
}

ul {
  list-style: square;
  list-style-position: inside;
  margin-left: 10px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  font-weight: normal;
}
a:link {
  color: #20558a;
  text-decoration:none;
}
a:visited {
  color: #20558a;
  text-decoration:none;
}
a:hover {
  color: #20558a;
  text-decoration: underline;
}
h2 a {
	font-weight: bold;
}