/*
Theme Name: GNO Inc.
Theme URI: http://gnoinc.org/
Description: Theme for GNO Inc.
Version: 1.0
Author: Peter A Mayer Interactive
Author URI: http://www.peteramayer.com
*/

/* Global reset-RESET (restores some sensible defaults) based on EJS's reset.css */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */
a:active { outline:none }

/*** GENERAL TYPEOGRAPHY ***/
body {
	background-color: #eaeaea;
	color: #4a4a4a;
	font-family: Arial,Helvetica,sans-serif;
}

a {
	color: #4a8fbf;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}