﻿/* Initialize */
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0 0;
}
table td {
	border: 0px solid #bbb;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

/* Tuning */
body {
	font-family: Calibri, Tahoma, Arial, sans-serif;
	background: url("/i/body-bg.gif") repeat-x top center;
	color: #3f4340;
	font-size: 95%;
	line-height: 1.2em;
}
img {border: 0px #000 solid;}
big {font-size: 120%}
small {font-size: 70%;}
em {
	font-family: Arial, sans-serif;
	font-style: italic;
	font-size: 85%;
}
h1 {
	font-weight: normal;
	font-size: 145%;
	margin: 0.5em 0;
}
h2 {
	font-weight: normal;
	font-size: 120%;
	margin: 0.5em 0;
}
a {text-decoration: underline;}
a:link, a:active {color: #339933;}
a:visited {color: #78a462;}
a:hover {color: #75c74c;}

