body			{
			background-color: #161616; 
			margin: 0px 0px;
			overflow: auto; 
			}

a:link	{ 
			text-decoration: none; 
			color: #4a4b4b;
			}

a:visited		{ 
			text-decoration: none; 
			color: #4a4b4b;
			}

a:active		{ 
			text-decoration: none; 
			color: #4a4b4b;
			}

a:hover 		{ 
			color: red;
			text-decoration: underline;
			}

	
table.base	{ 
			width: 100%; 
			height: 100%;
			}

td.frame		{
			width: 900px;
			height: 600px;
			text-align: center;
			vertical-align: middle;
			background-color: #161616;
			}
			
td.c			{
			padding-top: 5px;
			}
