@media screen
{
	.SimpleBoxDark
	{
		background-color: #5B5B5B; 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		border: 1px solid black; 
		text-align: left; 
		height: 100%; 
		width: 100%; 
		padding: 3px;
	}
	
	.SimpleBoxDark H1
	{
		font-size: 12px;
		font-weight: bold;
		color: White;
		margin: 0px;

		text-align: center; 
		background: #808080; 
		padding: 2px; 
		border: 1px solid #afafaf;
	}

	.SimpleBoxDark p
	{
		font-size: 10px;
		font-weight: bold;
		color: White;
		margin: 0px;

		text-align: justify; 
		padding: 4px;
	}

	.SimpleBoxDark a:link, .SimpleBoxDark a:visited, .SimpleBoxDark a:active
	{
		text-decoration: none;
		color: #CDCBB6;
	}

	.SimpleBoxDark a:hover
	{
		text-decoration: none;
		color: White;
	}
	
	.SimpleBoxLight
	{
		background-color: #CDCDCD; 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		border: 1px solid black; 
		text-align: left; 
		height: 100%; 
		width: 100%; 
		padding: 3px;		
	}
	
	.SimpleBoxLight H1
	{
		font-size: 12px;
		font-weight: bold;
		color: White;
		margin: 0px;

		text-align: center; 
		background: #808080; 
		padding: 2px; 
		border: 1px solid #161616;
	}

	.SimpleBoxLight p
	{
		font-size: 10px;
		font-weight: bold;
		color: White;
		margin: 0px;

		text-align: justify; 
		padding: 4px;
	}

	.SimpleBoxLight a:link, .SimpleBoxLight a:visited, .SimpleBoxLight a:active
	{
		text-decoration: none;
		color: #CDCBB6;
	}

	.SimpleBoxLight a:hover
	{
		text-decoration: none;
		color: White;
	}
}