BODY {
	background: #ffffff none;
	color: #000000;
	}

A:hover {
	color: blue;
	background-color: #e0e0e0;
	}
A:visited { 
	color: #930082;
	background: none;
	}
A:active {
	color: red;
	background: none;
	}

.menu {
	font-weight: bold; font-size: smaller;
	}

ADDRESS {
	font-size: smaller;
	font-family: helvetica, arial, sans-serif;
	color: #7f7f7f;
	background: none;
	}

PRE,CODE {
	font-family: courier, "courier new", monospace;
	}

.note {
	font-size: smaller;
	color: red;
	background: #ffffff none;
	}

SMALL {
	font-size: small;
	}

.small {
	font-size: small;
	}

.smaller { 
	font-size: smaller;
	}

.large {
	font-size: large;
	}

P,TH,TD,UL,H1,H2,H3,H4 {
	font-family: helvetica, arial, sans-serif;
	}

UL LI {
	list-style-type: disc; 
/*	list-style-image: url(/images/pallo_3.gif); */
	}

UL LI LI {
	list-style-type: disc; 
/*	list-style-image: url(/images/pallo_4.gif); */
	}

CITE {
	font-family: helvetica, arial, sans-serif; 
	font-style: italic;
	color: #008430;
	background: none;
	}

.noactive {
	color: #7f7f7f;
	background: none;
	}

/*
H1 {
	font-family:	arial, helvetica, sans-serif;
	font-size:	2em;
	font-weight:	500;
	}
H2 {
	font-family:	arial, helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	600;
	}
H3 {
	font-family:	arial, helvetica, sans-serif;
	font-size:      1.58em;
	font-weight:    500;
	}
H4 {
	font-family:	arial, helvetica, sans-serif;
	font-size:      1.33em;
	font-weight:    600;
	}
H5 {
	font-family:	arial, helvetica, sans-serif;
	font-size:      1.17em;
	font-weight:    500;
	}
H6 {
	font-family:	arial, helvetica, sans-serif;
	font-size:      1em;
	font-weight:    600;
	}
*/
