/* Primary Retextured Classic Development Stylesheet */
/*stylelint-disable*/

@import url('https://fonts.googleapis.com/css2?family=Comic+Sans+MS');
@import url('https://fonts.googleapis.com/css2?family=Verdana');

body {
  background-color: white;
  color: black;
  font-family: 'Verdana', sans-serif;
}

a:link {
  color: blue;
}

a:visited {
  color: blue
}

a:active {
  color: red
}


.Navigation a:link {
  color: white;
}

.Navigation a:visited {
  color: white
}

.Navigation a:active {
  color: red
}


.browseTable {
  border-collapse: collapse;
  margin-bottom: 0px;
  background-color:white;
  border-color:#CCCCCC;
  border-width:1px;
  border-style:solid;
}

.browseHeader {
  background-color: #6e99c9;
  color: white;
}



.profileDesc {
  font-size: 9pt;
}

select:disabled
{
	display: none
}

.EastereggLink {
  /*visibility: hidden*/
  color: transparent
}