/* all */
a			{ cursor:pointer; text-decoration:none; }
a:hover			{ text-decoration:underline; font-style:italic; color:red; }

/* entry forms */

input.entry		{ background:black; color:white; border:groove thin white; height:18px; }
select.entry		{ background:black; color:white; border:groove thin white; }
textarea.entry		{ background:black; color:white; border:groove thin white;}
label.notrequired	{ color:yellow; }
label.required		{ color:red; }
a.delete		{ cursor:pointer; }
td.TblHead		{ text-align:center; }

/* chronolist */
h1.chrono		{ color:#00ffff; text-align:center; }
h3.chrono		{ text-align:center; color:#ffffff; }
a.chrono		{ text-decoration:underline; }

/* latest artwork and reviews */
a.latest		{ cursor:pointer; text-decoration:none; }
a.latest:hover		{ font-style:italic; }

