/* ############################## */
/* STYLES SPECIFIC TO 'NEWS' PAGE */
/* ############################## */

/* This stylesheet overrides any CMS-generated stylesheets for the news section */

/* Arranged alphabetically by tag, then by class/id name where applicable, then class/id of parent elements */

/* <a> */
a.news { /* REQUIRED TO OVERRIDE CMS-GENERATED STYLESHEETS */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important; /* default font */
	font-size: 100% !important; /* default text size */
	font-weight: bold; /* default link font-weight */
	line-height: 150% !important; /* default line-height */
}
a.news:hover { /* REQUIRED TO OVERRIDE CMS-GENERATED STYLESHEETS */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important; /* default font */
	font-size: 100% !important; /* default text size */
	font-weight: bold !important; /* default link font-weight */
	line-height: 150% !important; /* default line-height */
}
ul.newsitems-list a {
	color: white;
}

/* <body> */
body {
	font-size: 80%;
}

/* <hr> */
hr {
	left: -10000px;
	position: absolute;
	top: -10000px;
}

/* <p> */
p.news { /* REQUIRED TO OVERRIDE CMS-GENERATED STYLESHEETS */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important; /* default font */
	font-size: 100% !important; /* default text size */
	color: black !important; /* default text color */
	line-height: 150% !important; /* default line-height */
}

/* <table> & table-related styles */
table {
	font-size: 100%;
}
td.news { /* REQUIRED TO OVERRIDE CMS-GENERATED STYLESHEETS */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important; /* default font */
	font-size: 100% !important; /* default text size */
	color: black !important; /* default text color */
	line-height: 150% !important; /* default line-height */
}
td.header {  /* REQUIRED TO OVERRIDE CMS-GENERATED STYLESHEETS */
/* Article heading - use appropriate default heading styles */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	font-size: 120% !important;
	font-weight: bold !important;
	padding: 10px 0 5px 0 !important;	
}

/* <ul> */
ul.newsitems-list {
	background: black;
	border: 1px solid white;
	margin: 10px 0 20px 0;
	padding: 10px;
	width: 500px;
}
* html ul.newsitems-list {
	margin-bottom: 40px;
	width: 520px;
}
ul.newsitems-list li {
	list-style: none;
}

/* Copyright (c) Studio 2 Online Ltd. */
