body
{
	font-family: arial;
	font-size: 20px;
	background-color: black;
	color: #ff5050;
}
div.main
{
	width: 650px;
	padding: 15px;
	text-align: left;

}
@font-face
{
	font-family: typewriter;
	font-style: normal;
	src: url(./font/mom.ttf);
}
.title
{
	font-size: 30px;
	font-family: typewriter;
	color: #ca0000
}
.space
{
	height: 15px;
}
