/* CSS Document */

body {
	background-color: #BEC4B4;
	margin: 0px;
}p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #313A35;
}
a {
	color: blue;
}
a:hover {
	color: red;
}

/**************************
 *
 * SG TESTING ONLY CSS
 *
 **************************/
#sgaware {
	position:absolute;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	left:0;
	right:0;
	width:100%;
	top:0;
	position:fixed;
	background-color:#000;
	background-color:rgba(0,0,0,0.8);
} 
#sgaware > div {
	padding:10px 30px;
}

