/* dan style.css */

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

/* For forms: */
.button		{ border-bottom:thin solid #000000;
		  border-right:thin solid #000000;
		  border-top:thin solid #d7d7d7;
		  border-left:thin solid #d7d7d7;
		  background-color: green; color:white; font-weight:bold; }

/* For tables: */
.actionbutton	{ background: green; color: white;
		  text-align: center; font-size: normal; font-weight: bold;
		  font-family: arial,verdana,helvetica,univers,clean,geneva,"lucida sans",sans-serif; }
.actionbutton a:link	{text-decoration: none; color: white; }
.actionbutton a:visited	{text-decoration: none; color: white; }
.actionbutton a:hover	{text-decoration: none; color: white; }
.actionbutton a:active	{text-decoration: none; color: white; }

.gray		{ color: gray }

.super		{ font-size: smaller; font-variant: small-caps;
		  vertical-align: super; }
.x-small	{ font-size: x-small; }
.xx-small	{ font-size: xx-small; }
.small		{ font-size: small; }
.large		{ font-size: large; }

/* end, dan style.css */
