@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	background-image: url();
	text-align: left;
	font-family: sans-serif;
	font-size: 10px;
	color: #666;
}
h1 {
	font-family: serif;
	font-size: 20px;
	color: #333;
}
.string {
	font-family: sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.8;
}
a:link {
	text-decoration: none;
	color: #999;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:active {
	text-decoration: none;
}