a:link       { color: blue }
a:visited    { color: purple }
a:hover      { color: red }
a:active     { color: red }

Body         { font-family: Arial }

H1           { font: Bold 16pt Arial }

#mainBody    { position: absolute;
	       top: 100;
	       width: 98%;
	       padding: 5 }

#detail      { font-size: 10pt;
	       padding: 5;
	       border: 1px solid #0066FF}

#header      { position: absolute;
	       top: 0;
	       width: 100%;}

#catBody     { padding: 5 }

#footer	     { font-size: 10pt }
