body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	background-color: #000;
}

h1
{
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	margin: 0 40px;
	padding: 0.08em 0;
}

h1 sup
{
	color: #ddd;
}

h1 .title
{
	color: #999;
}

h2
{
	color: #666;
	font-size: 12px;
	margin: 0 40px;
}

h3
{
	color: #fff;
	font-size: 1.5em;
}

h4
{
	font-size: 1.3em;
}

.content
{
	margin: 0 20px;
}

.content a
{
	color: #fff;
}

.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

a:link {
	color: #C0350A;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #F9CB42;
	text-decoration: underline;
}
a:visited {
	color: #C0350A;
	text-decoration: none;
	font-size: 12px;
}

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#myGallery
{
	text-align: left;
	margin: 0 auto;
}
