/* Name: dinkumstyle.css
   Description: Style sheet
*/

a:link		{color: white}
a:visited	{color: #b0b0b0}
a:active	{color: red}

h1		{font: 20pt sans-serif; font-weight: bold; color: white;
		 text-align: center;}
h2, h3		{font: 14pt sans-serif; font-size: large; font-weight: bold; color: white}

/* Remove the underline from the h1-anchors and make the color independent
   of the state
   */
h1 a		{text-decoration: none}
h1 a:link	{color: white}
h1 a:visited	{color: white}
h1 a:active	{color: white}

body		{background-color: #8080c0; color: white}

table		{color: white}
td		{color: white}
th		{color: white}

