@charset "utf-8";

/* basics */

body {
	background: white;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100.01%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: left;
	line-height: 120%;
	color: black;
}

sup {
	font-size: 1.3em;
	font-weight: bold;
	color: red;
}

img {
	border: 0px;
}

a:link {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
	color: black;
}

a:visited {
	text-decoration: none;
	color: black;
}