body, html {
/*
    margin-left: 15%;
    margin-right: 15%;
 */
	background: #FFF;
    color: #000;
}

/*
html {
	padding: 0;
	margin: 0;
}
body {
	min-width: 750px;
	padding: 0;
	margin: 0;
	background: #fff;
	color: #000;
	font-family: Verdana,Sans-serif;
}
*/

#main {
	margin-left: 15%;
	margin-right: 15%;
}

#footer {
	margin-left: 35%;
	margin-right: 35%;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 8pt;
	text-align: center;

}

.content {
	font-family: "Times New Roman", "Times", serif;
	font-size: 10pt;
	text-align: justify;
	line-height: 1.3em;
}

address {
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
}

a {
	color: black;
	font-weight: bold;
}

a:hover {
	color: navy;
	text-decoration: underline;
}

h1 {
	font-family: "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 150%;
}

.others {
	font-family: "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	font-size: 60%;
}

.others a:hover {
	color: #0000ff;
}
