div.content{ /*Adjustments of my content*/
	background-color: rgba(255,126,0,0.20);
	width: 80%; /*Specify the size of panel, relative to the browser size*/
	margin: 20pt auto; /*Adjustments of position of panel*/
	padding-left: 10pt; /*Adjustments of text position*/
	padding-right: 10pt;
}
h1 {
	text-transform: uppercase;
	font-family: "Segoe UI Black";
	color: rgba(255,0,0,1.00);
	-webkit-text-stroke: 2px white;
	padding-top: 5pt; /*Adjustments of text position*/
}
p {
	font-family: "Segoe Print";
	font-weight: bold;
	color: rgba(153,0,221,1.00);
	text-shadow: 3pt 0pt 5pt white, 0pt 3pt 5pt white, -3pt 0pt 5pt white, 0pt -3pt 5pt white; /*Create the white shadow behind the text*/
	font-size: 16pt;
	line-height: 26pt; /*Specify the line spacing*/
	text-indent: 40pt; /*Indentation of the first line of each paragraph*/
}
p.pic {
	text-indent: 0pt; /*Override the settings for picture, no indentations like others under <p> group*/
	text-align: center; /*Make the picture centered*/
}
p a {
	color: rgba(153,0,221,1.00);
	text-shadow: 3pt 0pt 5pt white, 0pt 3pt 5pt white, -3pt 0pt 5pt white, 0pt -3pt 5pt white; /*Create the white shadow behind the text*/
}
p.pic img {
	margin: 20pt; /*Make spacing around the pictures*/
}