body {
	margin:40px;

}
.main-title {
	text-align:center;
	font-size:80pt;
}

ul {
	list-style-type:square;
}

.clock-label {
	text-align:center;
}

p {
	font-size:10pt;
}

p.nb {
	font-size: 8pt;
}

a:link {
	color:black;
}

a:visited {
	color:black;
}

a:active {
	color:black;
}

a:hover {
	color:black;
}


