/*
	File name: stylesheet.css
	Colors:
		#1d222c - blue
		#ffffff - white
		#999999 - light grey
	Colors with transparency:
		rgba(255,255,255,x.x) 	- white
		rgba(0,0,0,x.x) 		- black
		rgba(103,59,77,x.x)		- light red
*/

body {
	margin-top: 70px;
}
h2 {
	font-style: italic;
}
p {
	font-size: 1.2em;
	line-height: 1.6em;
}
.centerText {
	text-align: center;
}