/*
// style.css -- html stylesheet.
//
// Part of Clydesoft (ITM-02), a web-based software package manager.
// Design and code by Ben Kennedy <ben@zygoat.ca>, July-August 2002.
*/


body {
	font-family: verdana,arial,helvetica; 
	}

td,th {
	font-size: 9pt;
	}

h1, h2, h3, h4 {
	font-family: arial, sans-serif;
	}

a:link.button, a:visited.button,
button {
	text-decoration: none;
	background: #585;
	color: white;
	font-family: arial;
	padding: 3px 6px 3px 6px;
	}

a:hover.button {
	background: #696;
	color: yellow;
	}

.blue {
	color: blue;
	}
