html{
	background-color: #ffb8db;	
	padding-left:2pc;padding-right:2pc;	//I would like to have a smaller padding on a "big" screen
	text-overflow:ellipsis;
	word-wrap: break-word;
	word-break: keep-all;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
a:link{
	color: lightgreen;
}
a:visited{
	color: teal;
}
body{
	font-family:"Georgia",serif;
	color:#0050ff;
	font-size:1.15pc;
	text-align:center;
	margin-top:3pc;
	margin-bottom:3pc;
}
h1{
	font-size:2pc;
	line-height: 1em;
	margin-top:0.5em;margin-bottom:0.8em;
}
footer{
	font-size:1pc;
	margin-top: 2em;
}
p,ol,ul{
	line-height: 1em;
	margin-top:0.5em;margin-bottom:0.8em;
	text-indent: 2em;
	text-align: justify;
}
table,td,th{
	border: 1px solid black;
}
