		@page
		{
		}
		body
		{
			background-image: url('./images/background.png');
			background-repeat: repeat;
			margin-left: 100px;
		}
		#forehead
		{
			background-image: url('./images/space.png');
			background-repeat: repeat;
			height: 100px;
			padding: 0 15px;
		}
		#body
		{
			background-image: url('./images/space.png');
			background-repeat: repeat;
			height: 100px;
			padding: 0 15px;
		}
		#speechbubble
		{
			position: absolute;
			top: 170px;
			left: 560px;
			height: 99px;
			width: 289px;
			background-image: url('./images/speechbubble.png');
			background-repeat: no-repeat;
			padding-left: 11px;
			padding-top: 8px;
			vertical-align: middle;
			text-align: center;
			
			font-family: arial black;
			font-size: 50px;
			font-weight: bold;
			color: rgb(117,76,36);
		}
		#A
		{
			
			font-family: arial black;
			font-size: 50px;
			font-weight: bold;
			color: rgb(117,76,36);
			text-decoration: none;
			
		}
		a
		{
			text-decoration: none;
		}
		#cuddlyspot
		{
			background-image: url(./images/meatclaws.png);
			background-repeat: no-repeat;
			text-align: center;
			height: 50px;
			padding-top: 15px;
		}
		.entry
		{
			padding: 20px 35px;
		}
		.title
		{
			text-align: center;
			color: rgb(97,90, 64);
			font-family: arial;
			font-weight: bold;
			margin-bottom: 20px;
			padding: 0 50px;
		}
		.content
		{
			text-align: justify;
			color: rgb(97,90, 64);
			font-family: arial;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
		}
		.content a
		{
			color: rgb(232,136,49);
			text-decoration: none;
		}
		.content img
		{
			width: 220px;
			margin-left: auto;
			display: block;
			margin-right: auto;
		}
		#footer
		{
			font-size: 10px;
			color: rgb(117,76,36);
			font-family: verdana;
			font-style: italic;
			text-align: center;
			padding: 0 35px;
			text-decoration: none;
			background-image: url(./images/background.png);
			background-repeat: repeat;
		}
		#footer a
		{
			font-size: 10px;
			color: rgb(255,232, 173);
			font-family: verdana;
			font-style: italic;
			text-align: center;
			text-decoration: none;
			background-image: url(./images/background.png);
			background-repeat: repeat;
		}
		.number
		{
			font-family: arial;
			font-size: 12px;
			text-align: right;
			padding: 0 25px;
		}