/**
 * Default CSS file
 */
html, body {
	overflow: auto;
}

body {
	font-family: Arial, sans-serif;
	font-size: 10px;
}

small {
	font-size: 11px;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #000000;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	color: #ed1c24;
	font-size: 14px;
	font-weight: normal;
	cursor: default;
}

p, ul {
	color: #000;
	font-size: 12.5px;
}

ul {
	margin-bottom: 20px;
}

h1 {
	color: #B43081;
	font-size: 18px;
}
	
h2 {
	color: #5b80ac;
	font-size: 17px;
	font-weight: bold;
}
	
h3 {
	color: #87a62b;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	color: #B43081;
	font-size: 12.5px;
	font-weight: bold;
}

h5 {
	font-size: 12.5px;
	font-weight: bold;
	color: #000;
}

/* Default Link */
a:link, a:visited, a:active, a:hover {
	color: #5b80ac;
	text-decoration: none;
} 

a:hover {
	text-decoration: underline;
}

div {
	margin: 20px;
	text-align: right;
}

div a {
	background-repeat: no-repeat;
	display: inline-block;
	height: 102px;
	width: 74px;
}

div a:not(:last-child) {
	margin-right: 10px;
}

a.peaceoneday {
	background-image: url(/peaceoneday.png);
}

a.radiohead {
	background-image: url(/radiohead.png);
}


a.weareserviceopedia {
	background-image: url(/weareserviceopedia.png);
}

iframe {
	margin: 10px;
	display: inline-block;
	vertical-align: top;
}