@import url(https://fonts.googleapis.com/css?family=Raleway:bold,regular,light);

body {
	background-color: rgb(51,51,51);
	font-family: Raleway;
	font-weight: regular;
	font-size: 20px;
	color: #ffffff;
}

h1 {
	font-family: Raleway;
	font-size: 55px;
	font-weight: bold;
	color: #ffffff;
}

h2 {
	font-family: Raleway;
	font-weight: regular;
	font-size: 35px;
	color: #ffffff;
	padding-bottom: 30px;
}

h5 {
	font-family: Raleway;
	font-size: 18px;
	color: #ffffff;
	position: fixed;
	bottom: 0;
	right: 0;
	padding-right: 50px;
}

p {
	font-family: Raleway;
	font-weight: regular;
	font-size: 18px;
	color: #ffffff;
	padding-left: 100px;
}

li {
	font-family: "Times New Roman",Times,serif;
	font-size: 17px;
	color: #ffffff;
	padding-bottom: 2px;
	padding-top: 2px;
}

ul {
	padding-left: 85px;
	list-style-image: url("http://www.charliedelta.co.za/uploads/images/bullet-plane.png");
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

a:hover {
	color: red;
}

a:active {
	color: green;
}