/* basic elements */BODY {	color:             #333333;	background-color:  #ffffff;	padding:           0px 0px 0px 0px;	margin:            0px 0px 0px 0px;}body,p,div,dd,dt,dl,ul,ol,td,input,select,textarea {	font-size:     12px;}small{	font-size:     10px;}big{	font-size:     14px;}A:link {	color:             #006699;	background-color:  transparent;	text-decoration:   none;}A:visited {	color:             #003366;	background-color:  transparent;	text-decoration:   none;}A:hover {	color:             #3399cc;	background-color:  transparent;	text-decoration:   underline;	cursor:            hand;}A:active {	color:             #3399cc;	background-color:  transparent;	text-decoration:   underline;	cursor:            hand;}/* colours with frequency */.white     { color:#ffffff; }.gray      { color:#666666; }.gray9     { color:#999999; }.grayc     { color:#cccccc; }.black     { color:#000000; }.red       { color:#ff0000; }.orange    { color:#ff6600; }.green     { color:#006600; }.cyan      { color:#0077bd; }.blue      { color:#377DB8; }.cobalt    { color:#0011aa; }.mdgrn     { color:#3399cc; }.pink      { color:#FF738C; }/* end of file */