body{
	background-color: #000000;
	background-image: url(media/lemonade.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 13pt;
	font-family: 'さなフォン角P';
	line-height: 150%;
	color: #ffffff;
}
p{
	margin-right: 20px;
	margin-left: 20px;
}
a:link{
	color: #ffc5ff;
}
a:visited{
	color: #ffc5ff;
}
a:active{
	color: #ffff66;
}
.theme{
	font-size: 32pt;
	font-family: 'さなフォン角P', 'Comic Sans MS', 'cursive';
}
.center{
	text-align: center;
}
.margin{
	margin-right: 80px;
	margin-left: 80px;
}
.signature{
	text-align: right;
	color: ffffff;
}
.small{
	font-size: 8pt;
}
.large{
	font-size: 40pt;
	line-height: 125%;
}
.reset{
	margin-right: 20px;
	margin-left: 20px;
	font-size: 13pt;
	font-family: 'さなフォン角P';
	line-height: 150%;
	color: #ffffff;
}
.red{
	color: ff0000;
}
.yellow{
	color: ffff00;
}
.green{
	color: 00ff00;
}
.blue{
	color: 3366ff;
}
