a:link		{	color:#a22041; }
a:visited	{	color:#007bbb; }
a:hover		{	color:#a22041;
				text-decoration:none;
				border-bottom:1px dashed #a22041;
			}
body		{	font-size:80%;
				font-family:'verdana';
			}

table		{	background-color:#000; }
th			{	background-color:#e09e87; }
td			{	background-color:#fff; }

table		{	background-color:silver; }
th.mini			{	background-color:#e09e87; font-size:80%; }
td.mini			{	background-color:#fff; font-size:80%; }


h1			{	font-size:130%; }
h2			{	font-size:110%; }
input,textarea,select	{	font-family:'verdana';
							font-size:100%;
						}
table.noborder	{	background-color:#fff; }

div.outline	{	width:70%;
				border:1px solid silver;
				padding:10px;
				margin-left:auto;
				margin-right:auto;
			}
h2.deco		{	text-align:left;
				border-bottom:1px solid #000;
			}

table		{	background-color:silver; }
th			{	background-color:#e09e87; }
td			{	background-color:#fff; }
img.icon	{	border:0px; text-decoration:none; }
p.error		{	color:red; }
p.success	{	color:blue; }
