/*
  -----------------------------------------------------------------------------
  $Id: style.css,v 1.1 2004/06/02 07:06:41 lucido Exp $
  -----------------------------------------------------------------------------

  $State: Exp $
  
  $System: $
  
  $Source: /projects/.cvs-root/good/devel/src/webapps/pastexams/style.css,v $
  
  $Target: $
  
  $Contrib: jacek $
  
  $Author: lucido $
  
  $Revision: 1.1 $
  
  $Version: 9.9 $

  $Name:  $
  
  $Date: 2004/06/02 07:06:41 $ 
  
  $Copyright: USQ-DEC $
  
  $Purpose: Style sheet for the past exams web application $ 
  
  -----------------------------------------------------------------------------

  $Log: style.css,v $

  -----------------------------------------------------------------------------

  Copyright: Distance Education Centre, University of Southern Queensland. 
  
  -----------------------------------------------------------------------------
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: small;
	font-weight: normal;
	text-align: left;
}

h1 {
	font-size: large;
	font-weight: bolder;
	color: #62a545;
}

h2 {
	font-size: medium;
	font-weight: bold;
	color: #a00042;
}

h3 {
	font-size: small;
	font-weight: bold;
	color: #cd8a16;
}

.banner {
	background-color: #348131;
	margin-bottom: 1.5em;
}

.copyright {
	padding-top: 1.5em;
	font-size: x-small;
	font-style: italic;
	color: gray;
	text-align: right;
}

.disabled {
	font-style: italic;
	color: gray;
}

.body-center {
	text-align: center;
}

.note {
	font-size: x-small;
	font-style: italic;
}

.error {
	color: red;
}

