body,html{margin:0;padding:0}
body{
	font-family:'Roboto',arial,sans-serif;
	background:#F9F9F9;
}
#content{
	margin:0 auto;
/*	max-width:940px; */
	max-width:760px;
	position:relative;
	width:auto;
}
h1{
	font-size:18px;
	font-weight: 600;
	text-align:center;
	margin: 10px; 
}
h2{
	font-size:12px;
	font-weight: 500;	
	margin: 10px;
	margin-top: 10px;
	padding: 0px;
}
p{
	font-size:12px;
	margin: 0px; 
	padding: 0px;
}
strong{
	font-weight:500;
}
em{
	font-weight: 600;
	font-size: 10px;
	color: #ffbb33;
}
a{
	font-size: 18px;
	display: block;
	background-color:#3700B3;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.12);
	border: 0px;
    border-radius: 2px;
    padding: 5px 5px;
	color: #fff;
	cursor:pointer;
	text-decoration: none;
}
a:hover {
	background-color: #6200EE;
}
.update {
	margin: 5px 5px;
	text-align:center;
}
a.note {
	background-color:#ff4444;
}
a.note:hover {
	background-color:#cc0000;
}


