body
	{
	background-color: #666666;
	color: #ffffff;
	font-family: sans-serif;
	margin: 2% 10% 5%;
	}

p
	{
	color: #ffffff;
	text-align: justify;
	}

.left
	{
	text-align: left;
	}

.center
	{
	text-align: center;
	}

.right
	{
	text-align: right;
	}

.b
	{
	font-weight: bold;
	}

.i
	{
	font-style: italic;
	}

p.detail
	{
	font-size: x-small;
	text-align: center;
	}

h1
	{
	text-align: left;
	color: #ffffff;
	}

h2, h3, h5
	{
	text-align: right;
	color: #ffffff;
	}

h4	{
	color: #000000;
	}

.front h2
	{
	font-size: large;
	}

span.desc
	{
	color: #999966;
	font-size: x-small;
	}

a:link, a:visited
	{
	color: #ffffff;
	background-color: #666666;
	text-decoration: none;
	}

a:hover
	{
	color: #333333;
	background-color: #666666;
	text-decoration: none;
	}

a:active
	{
	color: #ff0000;
	background-color: #666666;
	text-decoration: none;
	}
