body {
	background-image: url('splash100.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #2b291e;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
}

p {
	font-size: 12pt;
	color: white;
	text-align: justify;
}

p.art {
	text-align: left;
	font-size: 11pt;
	margin-top: 2px;
	margin-bottom: 20px;
}

p.specs {
	font-size: 7pt;
	color: #696969; /*dimgray*/
	text-align: center;
}

.dimgray{
	color: #696969; /*dimgray*/
}

p.rules{
	font-size: 10pt;
}

h1 {
	font-size: 36pt;
	color: white;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

h2 {
	font-size: 24pt;
	color: white;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
}

h2 img{
	border: 0px;
}

h3 {
	font-size: 18pt;
	color: #e6b201; /* low yellow */
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: left;
}

h4 {
	font-size: 16pt;
	color: #e6b201; /* low yellow */
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: left;
	font-variant: small-caps
}

b {
	color: #e6b201; /* low yellow */
}

a {
	color: #ffc601;  /* hi yellow */
	/* color: #e6b201;	 low yellow */
	text-decoration: underline;
	/* font-weight: bold; */
}

a:hover, a:active{
	color: #fd2e20; /* hot red */
	/* color: #ffc601;  hi yellow */
	text-decoration: underline;
}


a:visited{
	/* color: #d9a801;  old yellow */
}

a.specs {
	color: #696969; /*dimgray*/
	text-decoration: underline;
}
a.specs:hover, a.specs:active{
	text-decoration: underline;
}
a.specs:visited{
}


ul {list-style-type:square;}

li{
	font-size: 12pt;
	color: #ffc601;  /* hi yellow */
	text-align: left;
}

li span {
	color: white;
}


div.container {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
/* bordered container */
div.b_container {
	width: 788px; /* width+padding+border = 800px */
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	background-image: url('alpha60.png');
	border: 2px outset white;
	padding: 4px;
}



td.item {
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: top;
}

td img{
	border-style: none;
}

/* art piece titles */
.art_t {
	font-style: italic;
}

/* artist names if not a link */
.artist {
	color: #e6b201; /* low yellow */
	font-size: 12pt;
	font-weight: bold;
}

.smcap{
	font-variant: small-caps;
}

