
body {
	color: #747072;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background: #FFFFFF;
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 30px;
	line-height: 40px;
}

h2 {
	font-size: 26px;
	line-height: 34px;
}

h3 {
	font-size: 24px;
	line-height: 28px;
}

h4 {
	font-size: 22px;
	line-height: 26px;
}

h5 {
	font-size: 20px;
	line-height: 24px;
}

h6 {
	font-size: 19px;
	line-height: 23px;
}

/* Colours */

.white {
	color: #FFFFFF;
}

.purple {
	color: #870988;
}

.lime {
	color: #a8d006;
}

.light_blue {
	color: #1ca7f7;
}

.light_grey {
	color: #747072;
}

.pink {
	color: #e30086;
}

.blue_grey {
	color: #5880a2;
}

/* Common */

.clear {
	clear: both;
	height: 0px;
}

.space {
	width: 100%;
	height: 10px;
	clear: both;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

/* Links */

a:link, a:visited, a:link, a:visited {
	color: #870988;
	text-decoration: none;
}

.fake_link {
	color: #870988;
}

/* Lines */

hr {
	width: 100%;
	height: 1px;
	background-color: #747072;
}

/* Inputs */

input, textarea {
	font-size: 20px;
	line-height: 24px;
	padding: 5px;
}
