/*	Boy Meets Boy Style Sheet  */

.notice 	{display: none;}
.normal 	{display: block;}

body		{margin: 0; background-color: #eeeeee; font-family: arial, sans-serif;
			font-size: 16px; color: black; text-align: center;}
p			{font-style: italic;}
.foot		{position: fixed; bottom: 0; width: 100%; height: 50px; font-weight: bold; 
			font-size: 12px; background-color: #444444; color: #999999; text-align: center;}
