#index_list {
font-weight: bold;
text-align: center;
}

#index_list a {
  color: #5a2e73;
  text-decoration: underline;
}

#index_list a:hover {
  color: #ffffff;
  text-decoration: none;
}

#card_list {
clear:both;
min-width: inherit;
margin: 3px 3px 3px 3px;
padding: 2px 2px 2px 2px;
}

#card_list a {
  color: #5a2e73;
  text-decoration: none;
  font-weight: bold;
}

#card_list a:hover {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
}


#card_list_name {
font-weight: bold;
margin: 5px 2px 2px 2px;
padding: 2px 2px 2px 2px;

}

#card_list_description {
margin: 3px 3px 3px 20px;
padding: 2px 2px 2px 2px;
font-weight: bold;
}

#page_list_nav {
text-align: center;
}

#roll_search {
margin: 2px 2px 2px 2px;
padding: 2px 2px 2px 2px;
text-align: right;
}




