html {
	overflow-y: scroll;
	overflow:-moz-scrollbars-vertical;
}

body {
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-top: 141px;
	margin-right: 0px;
	margin-bottom: 20px;
	color: #000000;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}

.content {
	text-align: justify;
}

.head {
	font-size: 18px;
	line-height: 22px;
}

