/**
 * Study Buzz
 * PRINT css
 * 
 *
 * Contributors: Gels Saby
 */

body, html {
	display:inline; 
	font-family: Verdana, sans-serif;
	font-size:small;
	color: #484747;
	}
h1, h2, h3, h4, h5, h6, p, em, a, ul li, ol li, div, span 	{
	font-family: Verdana, sans-serif;
  	}
h1 {
	font-size:130%;
	margin:0 0 8px 0;
	}
h2 {
	font-size:118%;
	margin:0 0 8px 0;
	line-height:1.3;
	color: #65BC08;
	font-weight:bold;
	}
h3 {
	font-size:115%;
	margin:0 0 8px 0;
	}
p, ul, ol 	{
	font-size:85%;
	line-height:1.8;
	}
p {
	margin:0 0 15px 0;
	}
a {
	font-size:100%;
	color:#336600;
	}
a:hover {
	background-color:#F0FCE3;
	text-decoration:none;
	}
