/* GRASS web site style sheet
 * send improvements to weblist@grass.itc.it
 * 
 *  (eg how to reach the same result on netscape, mozilla konqueror?)
 *
 * Fonts:
 *	http://www.w3.org/TR/REC-CSS2/fonts.html
 * Tables:
 *	http://www.w3.org/TR/REC-CSS2/tables.html
 */


A:link{         color: blue }
A:visited{	color: rgb(50%, 0%, 50%) }

BODY{		background: white;
		color: black;}

H1{		background-color: white;
		color: rgb(25%, 60%, 25%);
		font-family: Courier, monospace;
		font-weight: bold;
		font-size: x-large;
		}

H2{		background-color: white;
		color: rgb(25%, 60%, 25%);
		font-family: Courier, monospace;
		font-weight: bold;
		font-size: large;
		}

H3{		background-color: white;
		color: rgb(25%, 60%, 25%);
		font-family: Courier, monospace;
		font-weight: bold;
		font-size: large;
		}

DIV.code{	width: 95%;
		background-color: rgb(90%, 90%, 90%);
		padding-left: 1em;
		padding-right: 1em;
		}
