/* metalshop.css style sheet */

/* HTML selectors */

BODY { background-color: #ffffff; color: #000099; font-family: "Arial", sans-serif; font-size: 10pt;}

H1 { font-size: 26pt; color: #cc6600; text-align: center; font-weight: bold; font-family: "Impress BT", "Arial Black", sans-serif; text-shadow: #000000 2px 2px 5px;}

H2 { font-size: 20pt; color: #333399; text-align: center; font-weight: bold; font-family: "Impress BT", "Arial Black", sans-serif; text-shadow: #000000 2px 2px 5px;}

H3 { font-size: 14pt; color: #cc6600; text-align: center; font-weight: bold; font-family: "Impress BT", "Arial Black", sans-serif; text-shadow: #000000 2px 2px 5px;}

H4 { font-size: 12pt; color: #333399; text-align: center; font-weight: bold; font-family: "Impress BT", "Arial Black", sans-serif; text-shadow: #000000 2px 2px 5px;}

HR { width: 85%; height: 2px; text-align: center; }

/* anchor attributes */

A:link { color: #990000; }
A:active { color: #ff6600; }
A:visited { color: #990099; )

/* Class Selectors */

.ctr { text-align: center; }
BODY.linkbar { margin: 0px; background-color: #333399; text-align: center; }
.clrall { clear: both; }
.credits { text-align: center; font-size: 8pt }
.b { font-weight: bold; background-color: #ffff99; }
.orange { color: #ff9900; }
