/*
############################################
# Marksoft Ultimate Gigs v.beta1 "Tone"    #
# frontend.css - created 01/02/05          #
# Created by Mark Johnson                  #
# Copyright ©2005 Marksoft                 #
############################################

// This file sets the styles in the page displaying the news stories
*/

body {background: #000000;} /* background colour or image */

a {color: #00FFFF;} /* text colour of links */
a:hover {color: #ffffff; text-decoration: underline;} /* text colour and decoration on links on mouseover */

.pagetitle {color: #9EEDF1; font-family: Verdana, sans-serif;
font-size: 13pt; text-decoration:underline; text-align: center;} /* text colour, font, size, decoration and alignment for the page title */

.title {color: #00FFFF; font-family: Comic Sans MS;
font-size: 12pt; bold; text-decoration:none; text-align: left;} /* text colour, font, size, decoration and alignment for the story titles */

.content {color: #AFEEEE; font-family: Comic Sans MS, monospace;
font-size: 12pt; text-decoration:none; text-align: left;} /* text colour, font, size, decoration and alignment for the story content */

.news {color: #ffffff; font-family: Verdana, monospace;
font-size: 10pt; text-decoration:none; text-align: left;} /* text colour, font, size, decoration and alignment for the story content */

.details {color: #aaaaaa; font-family: Lucida Sans Console, sans-serif;
font-size: 5pt; text-decoration:none; font-style: italic; text-align: left;} /* text colour, font, size, decoration, style and alignment for the Author, date, etc. */

.underline {color: #1AA5AC; height: 5; width: 95%; nonshade; text-align: left;} /* the colour, length and alignment of the line divding the news stories */
