
/* moons.de */



/* here, said the year */


html	{
		width: 100%; height: 100%;
		}

body	{
		width: 100%; height: 100%;
		margin: 0px;
		background-color: #A893B0;
		}

table	{
		table-layout: auto; 
		width: 100%; height: 100%;
		}

td		{
		height: 100%;
		text-align: center;
		vertical-align: middle;
		}


p		{
		font-family: Arial;
		color: #444444;
		}


p.info	{
		font-size: 16px;
		font-weight: bold;
		}

p.small	{
		font-size: 11px;
		margin-bottom: 20px;
		}



/* fin */
