body {

        background-color: #ccc;

	    }

.piece {
	padding: 0 10%;
	text-align: left;
}

.header {
	padding: 0 10%;
	text-align: center;
	align: center;
	}
	
.multi {
	width: 500px;
	padding: 1em;
	font-size: 1.1em;
	line-height: 2em;
	font-weight: bold;	
	text-align: left; 
	color: #000;
}

.multi a {
	color: #000;
	text-decoration: none;
	}
	
.multi a:hover {
	color: #00f;
}

.top {
	position: relative;
   text-align: right;
	top: -2.5em;
	float: right;
	}

#english {
	position: absolute; 
	top: 0px; 
	right: 0px; 
	color: red;
	padding: 5px;
	}
	
#english a {
	color: red;
	}
	
p {
        font-family:  Times New Roman, Times, Serif;
        font-size: 12pt;
        line-height: 16pt;
        font-color: #000;
        }
        
blockquote {
	font-size: 11pt;
	color: #300;
	margin: 1.5em;
	}
        
p dfn {
	   color: #003;
	   letter-spacing: +0.5pt;
	   }
	   
acronym {
		font-variant: small-caps;
		}
		
ul
	{
			padding: 0px 10px;
			font-size: 11pt;
			line-height: 14pt;
			font-weight: bold;
			padding: 5px;
			}
			
li
	{		font-size: 10pt;
			margin: 0px 15px;
			font-weight: normal;
			}



p.sm	{
        font-family:  Times New Roman, Serif;
        font-size: 10px;
        font-color: #000;

        }
        
p.excerpt 
		{
				color: #333; 
				font-size: 0.9em; 
				font-style: italic; 
				padding: 5px
				}



small {
        font-family:  Times, Serif;
        font-size: 12pt;
        font-color: #000;
        }



cite {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 16px;
        font-weight:normal;
        font-color: #000;
        font-style: normal;
        }



code {

        font-family: Monospace, Fixed;
        font-size: 12px;
        font-weight: normal;
        font-color: #000;
        font-style: normal;
        }



h1 {
		font-family: Arial, Helvetica, Sans-Serif;
        font-size: 16pt;
        font-color: #000;
        font-weight: bold;
        margin: 0px;
        }
        
div h1 {
		font-family: Serif;
	}



h2 {
        font-size: 14pt;
        margin: 0px;
        font-color: #000;
        font-weight: normal;
        }
        
h3 {
	   font-size: 11pt;
	   margin: 0px;
	   }

.play_single
	{
	border: 2px solid #666;
	background-color: #ececec;
	padding: 5px;
	width: 350px;
	margin: 20px 0;
	}
	
.play_single h2
	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	}
	
.play_single a 
	{
	text-decoration: none;
	color: #006;
	}
	
.play_single small
	{
	display: block;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #999;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	}
	
.additional 
	{
	margin: 2em 0;
	width: 400px;
	}
	
.additional p
	{
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666;
	padding: 0.5em;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.6em;
	}
	
.additional p:first-line
	{
	font-size: 1.2em;
	}
	
.additional .last
	{
	border-width: 0px 0px 0px 0px;
	}
	

.english
   {
	color: #633;
	}