
	body {
		color:       #171717;
		font-family: Arial, sans-serif;
		font-size:   62.5%;
		line-height: 1.5em;
	}


	/*--------------------------------------------------------------------*/


	a {
		color:           #c73afd;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	abbr {
		border-bottom: 1px dashed;
		cursor:        help;
	}

	blockquote {
		font-size:   1.3em;
		line-height: 1.5em;
		margin:      0 1em 1.5em 1em;
		padding:     1em 1.5em 0 1.5em;
	}

		blockquote p {
			font-size: 1em;
		}

	cite {
		text-style: italic;
	}

	del {
		text-decoration: line-through;
	}

	dl {
		font-size:   1.3em;
		line-height: 1.5em;
		margin-top:  1.5em;
	}

		dt {
			font-weight:   bold;
			margin-bottom: .5em;
		}

		dd {
			margin-bottom: 1.5em;
		}

			dl dd * {
				font-size: 1em;
			}

	em {
		font-style: italic;
	}

	h1, h2, h3, h4, h5, h6 {
		color:       #660083;
		font-weight: bold;
		margin:      0 0 1em;
	}

	h1 {
		font-size: 2.4em;
	}

	h2 {
		font-size: 1.9em;
	}

	h3 {
		font-size: 1.6em;
	}

		.info_index_cats h3 a {
			background:  url('../img/design/info_index_titles.png');
			display:     block;
			height:      37px;
			text-indent: -10000px !important;
		}

			.info_index_cats li.education     h3 a { background-position: left top;    }
			.info_index_cats li.employment    h3 a { background-position: left -40px;  }
			.info_index_cats li.environment   h3 a { background-position: left -80px;  }
			.info_index_cats li.health        h3 a { background-position: left -160px; }
			.info_index_cats li.housing       h3 a { background-position: left -200px; }
			.info_index_cats li.law           h3 a { background-position: left -240px; }
			.info_index_cats li.leisure       h3 a { background-position: left -360px; }
			.info_index_cats li.local         h3 a { background-position: left -280px; }
			.info_index_cats li.money         h3 a { background-position: left -320px; }
			.info_index_cats li.relationships h3 a { background-position: left -120px; }
			.info_index_cats li.world         h3 a { background-position: left -400px; }

		.news_more h3 {
			background: url('../img/design/news_more.png');
			height:     13px;
		}

			.news_more h3.art              { background-position: left top;    }
			.news_more h3.climate          { background-position: left -40px;  }
			.news_more h3.comedy           { background-position: left -80px;  }
			.news_more h3.creative-writing { background-position: left -120px; }
			.news_more h3.culture          { background-position: left -160px; }
			.news_more h3.dance            { background-position: left -200px; }
			.news_more h3.education        { background-position: left -240px; }
			.news_more h3.environment      { background-position: left -280px; }
			.news_more h3.fashion          { background-position: left -320px; }
			.news_more h3.festivals        { background-position: left -360px; }
			.news_more h3.food-drink       { background-position: left -400px; }
			.news_more h3.health           { background-position: left -440px; }
			.news_more h3.history          { background-position: left -480px; }
			.news_more h3.movies           { background-position: left -520px; }
			.news_more h3.music            { background-position: left -560px; }
			.news_more h3.people           { background-position: left -600px; }
			.news_more h3.school-holidays  { background-position: left -640px; height: 32px; }
			.news_more h3.stage            { background-position: left -680px; }
			.news_more h3.sport-leisure    { background-position: left -720px; }
			.news_more h3.technology       { background-position: left -760px; }
			.news_more h3.topical          { background-position: left -800px; }
			.news_more h3.travel           { background-position: left -840px; }
			.news_more h3.work-training    { background-position: left -880px; }
			.news_more h3.volunteering     { background-position: left -920px; }

	h4, h5, h6 {
		font-size:   1.6em;
		font-weight: normal;
	}

	hr {
		background: #e3e3e3;
		border:     0;
		color:      #e3e3e3;
		height:     1px;
		margin:     20px 0;
	}

	img {}

	ins {
		border-bottom: 1px dotted;
	}

	ol {
		margin-bottom: 1.5em;
	}

		ol li {
			font-size:   1.3em;
			line-height: 1.5;
			list-style:  decimal;
			margin-left: 2em;
		}

		ol.roman li {
			list-style: lower-roman;
		}

			ol li * {
				font-size: 1em;
			}

			ol li ol {
				margin-bottom: 0;
			}

	p {
		font-size:     1.3em;
		line-height:   1.5;
		margin-bottom: 1em;
	}

		p.news_by_category a {
			background: #60047a;
			color:      #fff;
			padding:    5px 7px;
		}

			p.news_by_category a:hover {
				background:      #fff;
				color:           #60047a;
				text-decoration: none !important;
			}

	small {
		font-size: .75em;
	}

	strong {
		font-weight: bold;
	}

	sub {
		font-size:      .85em;
		vertical-align: sub;
	}

	sup {
		font-size:      .85em;
		vertical-align: super;
	}

	table {}

	ul {
		margin-bottom: 1.5em;
	}

		ul li {
			font-size:   1.3em;
			line-height: 1.5;
			list-style:  disc;
			margin-left: 2em;
		}

			ul li * {
				font-size: 1em;
			}

			ul li ul {
				margin-bottom: 0;
			}
