h1 {
	font-family: Verdana;
	color: black;
	font-size: larger;
}
h2 { text-align:center; }

body {
font-family: Verdana;
background : white;
color : black;
SCROLLBAR-ARROW-COLOR : green;
SCROLLBAR-BASE-COLOR : black;
}

select.artist {
font-family: Verdana;
font-weight: normal;
background : silver;
color : black;
cursor : hand;

}

select.size {
font-family: Verdana;
font-weight: normal;
background : silver;
color : black;
cursor : hand;

}

h2 {
font-family: Verdana;
font-weight: bold;
background:black;
text-align:center;
color:silver;
font-size : smaller;
}

.MyButton {
background-color: gray;
display: block; 
float: center;
width: 15em;
height: 20px;
color:black;
font-family: Verdana;
font-size: 8pt;
font-weight: bold;
margin-top: 2px;
margin-right: 2px;
cursor : hand;
}

.MyButton1 {background-color: red;
width: 110px;
height: 20px;
color: black;
font-family: Verdana;
font-size: 8pt;
font-style: normal;
margin-top: 2px;
margin-right: 2px;
}

.MyButton2 {background-color: yellow;
width: 110px;
height: 20px;
color: black;
font-family: Verdana;
font-size: 8pt;
font-style: normal;
margin-top: 2px;
margin-right: 2px;
}

A.type1:font     { family : Verdana; size : 8pt; weight : bold; text-decoration : none; }
A.type1:link     {color:black; text-decoration:none;}
A.type1:visited {color:black; text-decoration:none;}
A.type1:active  {color:black; text-decoration:none;}
A.type1:hover   {color:red; text-decoration:none; background:black;}

A.type2:font     { family : Verdana; size : larger; weight : bold; text-decoration : none; align=middle; background:silver;}
A.type2:link     {color:black; text-decoration:none;background:black;}
A.type2:visited {color:black; text-decoration:none;}
A.type2:active  {color:black; text-decoration:none;}
A.type2:hover   {color:red; text-decoration:none; background:black}

:link { color: black; font-weight: bold; }
:visited { color: black; }
:link:hover, :visited:hover { color: red; }
:link:active, :visited:active { color: purple; }


textarea {
	font-family : Verdana;
	font-size : 10pt;
	text-decoration : none;
	SCROLLBAR-ARROW-COLOR: GREEN;
	 SCROLLBAR-BASE-COLOR: BLACK;
}

ul {
padding: 0;
margin: 0;
  list-style:none;
  font-family : Verdana; font-size : 8pt; text-decoration : none
}

ul#nav1 {
	border-top: 2px solid silver;
	border-bottom: 2px solid silver;
	background:gray; 
	margin:10px 0;
	white-space:nowrap;
	height:1.7em;/*stops ie expanding background of list at small screen sizes*/
    width:100%;/* force layout */	
	text-align:center
}
#nav1 li {
	display:inline;
	background:gray;
	margin-right:-5px;/* for ie5 mac*/
float:center;
}
#nav1 a {
	border-left:2px solid silver;
	padding:4px 10px;
	line-height:1.7em;
	background:gray;
	position:relative;/* for ie5 mac*/
	text-decoration:none;
float:center;
}
#nav1 a:hover {background:black;color:red}

/* mac hide \*/
ul#nav1 a {position:static}
* html ul#nav1 a{height:1%;}
ul#nav1 li {margin-right:0}
/* end hide*/
#nav1 li a:after {content:" "}/*added to fix gap in moz*/
#nav1 li.selected a{background:gray;color:black;}
#nav1 a.last{border-right:2px solid silver}

TABLE.tab1 {background-color: silver;
color: black;
font-family: verdana;
font-weight: normal;
font-size : 8pt 
}

#menu1 {
  width:550px;
  padding:0; 
  list-style-type:none;
  margin:0 auto;
  }
#menu1 li {
  float:left;
  width:65px;
  border:1px solid #fff; 
  }
  
#menu1 li.selected a{background:gray;color:black;}  
  
#menu1 a {
  display:block;
  width:65px;
  color:black; 
  background:gray; 
  text-align:center; 
  padding:4px 0; 
  text-decoration:none; 
  float:left; 
  }
#menu1 a:hover {
  color:red; 
  background:gray;
  }


  



