body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 2px;
	background: url(lay_i/bg.jpg);
}
.layout {
	background: url(lay_i/no_repeat_bg.jpg) repeat-x top;
}
.content {
	margin: 8px;
	padding: 2;
	text-align: left;

}
.content2 {
	margin: 7px;
	padding: 2;
	text-align: left;
}
a:link {
	color: #3084C8;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #3084C8;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}


