h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size: 10px; }

tr, td, p, div, ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
}

pre, code {
	font-family: "Courier New", monospace;
	font-style: normal;
	font-size: 12px;
}

body.general, body.gttak {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	background-color: #ffffff;
	color: #000000;
}

p.head, p.gttak-head, p.sun-ajc-head, p.gfm-head, p.europlanet2007-head, p.iya2009-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	font-variant: small-caps;
	color: #fffffe;
	line-height: 250%;
	text-align: center;
	border-style: outset;
	border-width: 3px;
	border-color: #999999;
}

p.head { background-color: #538000; }
p.gttak-head { background-color: #664400; }
p.sun-ajc-head { background-color: #515994; }
p.gfm-head { background-color: #1d5f85; }
p.europlanet2007-head { background-color: #a7886b; }
p.iya2009-head { background-color: #3844ab; }

p.image-caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	background-color: #333333;
	line-height: normal;
	text-align: center;
	padding: 1%;
	border-style: outset;
	border-width: 3px;
	border-color: #999999;
}

p.unix-command {
	font-family: "Courier New", monospace;
	font-style: normal;
	font-size: 12px;
	color: #ffffff;
	background: #333333;
	text-indent: 5%;
	padding: 5px;
}

div.container { text-align: center; }

div.page-centering {
	text-align: justify;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.toleft, .centering, .toright {
	margin-left: auto;
	margin-right: auto;
}

.toleft { text-align: left; }
.centering { text-align: center; }
.toright { text-align: right; }
