
body         { font-family: Arial, sans-serif; color:#000000 }
a:link       { color: #0000FF }
a:visited    { color: #660066 }
a:active     { color: #CC0000 }
h1           { color: #660099; font-weight:normal }
h2           { color: #660099; font-weight:normal }
h3           { color: #660099; font-weight:normal }
h4           { color: #660099; font-weight:normal }
h5           { color: #660099; font-weight:normal }
h6           { color: #660099; font-weight:normal }
li           { color: #000000 }
ol           { color: #000000 }

/* CSS Cookbook method for centring the whole page (identified by #frame) */
body {
	width: 744px;
	padding-left: 50%;
}
#frame {
	width: 744px;
	margin-left: -372px;
}

html {
	/* force v-scrollbar on Firefox and Opera to avoid h-shift (IE6 has by default; Opera requires min-height) */
	min-height: 600px;
	overflow-y: scroll;
	/* hide h-scrollbar on IE6 and Firefox (Opera ignores)*/
	overflow-x: hidden;
}




