#linklist {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none;
	font-weight: bold;
	font-style: italic;
}
#linklist a, #linklist a:visited {
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #A4A585;
background-position: 0% 50%;
color: #000;
text-decoration: none;
}
#linklist a:hover {
background-color: #F5E470;

color: #2D1E2D;
}
#linkopen  {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none;
	font-weight: bold;
	font-style: italic;
}
#linkopen a, #linkopen a:visited  {
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #957171;
background-position: 0% 50%;
color: #000;
text-decoration: none;
}
#linkopen a:hover {
background-color: #957171;

color: #000;
}
#linktwo  {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none;
	font-weight: bold;
	font-style: italic;
}
#linktwo a, #linktwo a:visited  {
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #F5E377;
background-position: 0% 50%;
color: #000;
text-decoration: none;
}
#linktwo a:hover {
background-color: #737373;

color: #000;
}
