/* ski style.css */

/* "Global" Settings */
body		{ background: white; color: black }
a:link		{ color: blue }
a:active	{ color: red }
a:visited	{ color: purple }

/* end, ski style.css */
