body { font: normal 62.5%/1.3em Courier New, Courier, mono; /* defines text style... weight,relative size (1em=10px)/line height font */ color: #333333; /* text color */ letter-spacing: 1px; /* additional spacing between letters */}/* -- headers ------------------------------------- */h1 { margin: 0; padding: 0; font-size: 24px}h1.hidden { margin: 0; padding: 0; visibility: hidden; font-size: 0%}h2 {         margin: 0; padding: 0px 0px 10px 0px; font-size: 2.4em; /* text size relative to about 24px */ letter-spacing: 4px; color: #0066ff;}/* -- text ---------------------------------------- */p { margin: 0px 0px 12px 12px;  padding: 0; font-size: 1.2em; /* text size relative to about 12px */ font-weight: normal;  color: #333;}/* -- links --------------------------------------- */a, a:link, a:visited, a:active {  color : #0066ff; text-decoration : none;}a:hover { color : #0066ff; text-decoration : none}