
* {
	margin: 0;
	padding: 0;
	}

html {
	height: 100%;
}

body {
	position: relative;
	font-size: 0.625em;
	font-family: Georgia, serif;
	height: 100%;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
	}

h1 {
	font-size: 2.6em;
	font-family: Georgia, serif;
	font-weight: bold;
	padding-bottom: 0.5em;
	}

h2 {
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
	padding: 0.5em 0;
	}


p {
	overflow: visible;
	font-size: 1.5em;
	padding-bottom: 0.8em;
	/*padding-right: 30px;*/
	position: relative;
	z-index: 100
	}
.g-bigger {
	font-size: 1.6em;
	}

img {
	border: none;
}

a 				{ color: black; }
a:hover 		{ color: #666; cursor: pointer;}
a.g-green 		{ color: #208900; }
a.g-green:hover { color: #208900; background-color: #e8fbd9; }

ul {
	list-style: none;
	}

ol {

	}
	ol li {
		font-size: 1.5em;
		margin-left: 20px;
		padding-bottom: 0.33em;
		}
.g-laquo {
	margin-left: -0.5em;
	}
.g-pre-laquo {
	margin-right: 0.5em;
	}
	
.g-js-opinion {
	color: #208900;
	font-size: 1.2em;
	font-family: Arial;
	text-decoration: none;
	border-bottom: 1px dashed #208900;
}
