html, body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  background-color: #bebebe;
}
.container {
	background-color: #ffffff;		
}
p{
	font-size: 1.2rem;
	line-height: 1.8rem;
}
a:link, a:visited, a:active{
	COLOR: #ff0000;  TEXT-DECORATION: none;
}
a:hover{
	COLOR: #ff0000;  TEXT-DECORATION: underline;
}
.cam{
	padding: 10px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	width: 310px !important;
}