Selector{ /**Title**/
	color: rgb(0, 153, 255);
	font-size: 180%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	width: 538px;
	font-family: verdana, arial, helvetica, sans-serif;
	display: block;
}

hr{ /**The skyblue dotted line below the title**/
	border:none;border-top:dotted 2px rgb(0, 153, 255)
}

body { /**to leave some space between the title and the text**/
	margin-top: 10px;
	font-family: calibri, Geneva, arial, sans-serif;
}

main { /**The actual text font family**/
	font-family: calibri, Geneva, arial, sans-serif;
}
