/* $Id$ */
<!--
/* <![CDATA[ */

/**
 * generator:      Drupal Theme Builder 1.x
 * author:         Name
 * email:          info@mysite.com
 * website:        http://localhost/drupal6/
 * last modified:  2008-04-21T10:53:04-05:00
 * license:        GNU General Public License
 */

/**
 * Generic elements
 */
body {
  color: #494949;
  font-family: "Bitstream Vera Sans", Verdana, Helvetica, Arial, sans-serif;
}
img {
  border: none;
}
blockquote,
cite,
q {
  font-style: italic;
}

/* Links (Note: Do not use "a {...}" for NN 4) */
a:link {
  color: #027ac6;
}
a:visited {
  color: green;
}
a:focus {
  color: red;
}
a:hover  {
  color: blue;
}
a:active  {
  color: red;
}

/**
 * IDs
 */
h1#site-name {
  font-weight: bold;
  font-family: "Bitstream Vera Sans", Verdana, Helvetica, Arial, sans-serif;
  border: none;
  color: #ffffff;
}
p#site-slogan {
  font-family: "Bitstream Vera Sans", Verdana, Helvetica, Arial, sans-serif;
  color: #ffffff;
}

/* ]]>*/
-->
