a:link, a:visited, a:hover, a:active {text-decoration:none} /* Don't underline the links */
a:link
	{color: rgb(0,0,255);}  /* blue */
a:visited
	{color: rgb(0,0,255);}  /* blue */ 
a:active
	{color: rgb(0,0,255);}  /* blue */
body
	{font-family: Arial;
	background-image: url(bg/paper.jpg);  /* white */
	color: rgb(0,0,0);}                  /* black */
table
	{table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);}
h1, h2, h3, h4, h5, h6
	{font-family: Georgia;}  /* set the default font */
h1
	{color: rgb(0,0,0);}  /* black */
h2
	{color: rgb(0,0,0);}
h3
	{color: rgb(0,0,0);}
h4
	{color: rgb(0,0,0);}
h5
	{color: rgb(0,0,0);}
h6
	{color: rgb(0,0,0);}