
div.page{
	font-family: HelveticaNeue,Helvetica,Arial;
	max-width: 600px;
	min-width: 300px;
	padding:10px;
	
	//font-size:15px;
	color:#333;
}

div.page h1{
	color:#666;
	font-size: 1.5em;
}

div.page h2{
	font-size: 1.3em;
	color: #283154;
	font-weight:  bold;
}

img.full-width{
	display: block;
	width: 100%;
}


div.page a{
	text-decoration: none;
	color: blue;
}

div.page a:VISITED{
	text-decoration: none;
	color: blue;
}

div.page li{
	margin-bottom: 0.5em;
}