/*----------------------------------------------------------------------*/
/*                             Default Style                            */
/*----------------------------------------------------------------------*/
/* HTML */
body {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
a { text-decoration: underline; }
img { border: 0px; }

/* Form */
form { margin: 0px; padding: 0px; }
input { background-color: #FFFFFF; }

/*----------------------------------------------------------------------*/
/*                               Structure                              */
/*----------------------------------------------------------------------*/
div#photographer {
	width: 800px;
	text-align: right;
	color: #999999;
	font-weight: normal;
}
div#copyright {
	color: #999999;
	padding: 10px;
}

/*----------------------------------------------------------------------*/
/*                               Text Style                             */
/*----------------------------------------------------------------------*/
h1 {
	font-size: 12pt;
	margin-bottom: 10pt;
}
h2,h3 {
	font-size: 11pt;
	margin-bottom: 6pt;
}
p,th,td,li,div { font-size: 10pt; }
p,li { line-height: 1.3em; }
