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

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

h1, h2, h3	{font-size: large; font-weight: bold; color: #ffe000}

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

body		{background-color: #5050c0; color: #ffe000}

table		{color: #ffe000}
td		{color: #ffe000}


