H1 {
	font-weight: bold;
	font-size: x-large;
	line-height:x-large;
	font-family: timesnewroman;
	font-variant: normal;
	font-style: normal;
	color: green;
	}
H2 {
	font-weight: bold;
	font-size: large; 
	line-height:large; 
	font-family: helvetica;
	font-variant: normal;
	font-style: oblique;
	color: green;
	}
H3 {
	font-weight: normal;
	font-size: large; 
	line-height:large; 
	font-family: helvetica;
	font-variant: normal;
	font-style: normal;
	color: green;
	}
BODY {
	background: rgb(220,220,220) url(/img/bg.gif);
	}

A:link    { color: blue}
A:visited { color: green}
A:active  { color: lime}
