/* 
	Empty CSS file 
	This is here to avoid a compile warning for a missing default CSS due to the use of the FrameFactory preload...
*/

#info {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: white;
	background-color: #4d4d4d;
	padding-top: 5px;
	padding-bottom: 5px;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

a {
	color: orange;
}
