// This file sets the styles in the page displaying the news stories
*/

body {background: #FFFFFF;} /* background colour or image */

a {color: blue;} /* text colour of links */
a:hover {color: black; text-decoration: underline;} /* text colour and decoration on links on mouseover */

.pagetitle {color: black; font-family: Arial, veranda, sans-serif;
font-size: 14pt; text-decoration:underline; text-align: left;} /* text colour, font, size, decoration and alignment for the page title */

.title {color: black; font-family: Arial, veranda, sans-serif;
font-size: 12pt; text-decoration:none; text-align: left;} /* text colour, font, size, decoration and alignment for the story titles */
.content {color: black; font-family: Arial, Helvetica, Lucida Console, monospace;
font-size: 10pt; text-decoration:none; text-align: left;} /* text colour, font, size, decoration and alignment for the story content */
.details {color: black; font-family: Arial, Lucida Sans Console, sans-serif;
font-size: 8pt; text-decoration:none; font-style: italic; text-align: left;} /* text colour, font, size, decoration, style and alignment for the Author, date, etc. */
.underline {color: black; width: 20%; text-align: left;} /* the colour, length and alignment of the line divding the news stories */

