/*
    File:   common.css
    Author: remco
    Date:   Wed Oct  2 15:48:15 PDT 2002

    Description:
	  Styles that are common for all web-pages.

    Copyright (c) 2002-2003, Remco Teunen.  All Rights Reserved.
*/

A:link { 
	color: #003399; 
	border-color: #003399; 
}
A:visited { 
	color: #660099; 
	border-color: #660099; 
}
A:hover { 
	color: #FF3300; 
	border-color: #FF3300; 
}
* {
	font-family: verdana,arial,helvetica;
	font-size: 11px;
}
BODY {
	background-color: white;
	margin: 10px;
}
.ModDate  {
	color: #a0a0a0;
	font-size: 9px;
	text-align: center;
}
.CheckBrowser {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin: 10px;
	color: red;
}

/* eof common.css */

