/* according to http://www.w3.org/TR/REC-CSS1 */

body	{
		color:            black;
		font-family:      Geneva,Helvetica,Arial,sans-serif;
		font-size:        x-small;
            margin-left:    10px;
            margin-right:   20px;
            text-align:     justify;
	}

a {         text-decoration:  underline;
            color: black;
}

a.neutral { text-decoration:  none;
}

a:visited  { color: purple}

a:hover {
            text-decoration:  underline;
            color:          blue;
}



H2  { color: darkblue; font-weight: bold; font-size: medium; font-family: Arial, Helvetica, sans-serif }

H1  { font-weight: bold; font-size: large; font-family: Arial, Helvetica, sans-serif }


A.top { color: blue; text-decoration: underline;  font-weight: bold; font-size: x-small; }

a.wm { text-decoration:  underline; color: blue; }

