
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

@import url(sophist.css);

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
}

h1, h2 {
	font-size: 0.9em;
	font-weight: normal;
}

a:link, a:visited, a:active { 
   text-decoration: none; 
    color: #f93;
   border-bottom: 1px dotted #f93; 
   } 
   
   a:hover { 
   text-decoration: none; 
   color: #000;
   border-bottom: 1px solid #000; 
   }