body         { background-color: #ffffff; background-repeat: repeat; background-attachment:                scroll; font-family:                arial, helvetica, sans-serif;                background-position: 0% 50% }		a:link {			color: #333333; 			background-color:transparent;			}		a:active {			color: red; 			background-color:transparent;			}		a:visited {			color: #666666; 			background-color:transparent;			}		a:hover {			color: red; 			background-color:transparent;			text-decoration: none;			}		.special { 			font-style: italic;			font-weight: bold;			font-size: 110%;			margin: 1% 4%;			}		.emphasis {			font-weight: bold;			font-size: 120%;			line-height: 130%;			margin: 5%;			}		.compact {			margin: 2% 4%;			}		.supercompact {			font-size: 90%;			margin: 1% 4% 1% 10%;			}		ul {			margin: 1% 8%;			}