:root {
--cassiopeia-color-primary: #fff;
--cassiopeia-color-link:  #fff;
--cassiopeia-color-hover: #fff;
background: #EEEEEE;
}

  
body {
margin-left: auto;
margin-right: auto;
margin-top: 0px;
width: 960px;
border: 0px solid #000000;
background: #fffff;
box-shadow: 1px 4px 15px 3px rgba(0,0,0,0.75);
-webkit-box-shadow: 1px 4px 15px 3px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 4px 15px 3px rgba(0,0,0,0.75);
font-family: arial,helvetica,sans-serif;
font-size: 80%;
}

.mod-list li.active > a {
  text-decoration: none;

.mod-list li. > a:hover 
  font-weight: bold;
}

 .mod-list li a:hover {
	text-decoration: none;
  font-weight: bold;
 } 

 .mod-list li > a:visited {
	text-decoration: none;
  font-weight: bold;
  font-color: #e3e3e3;
  } 

.breadcrumb {
  background-color: #ffffff;
  margin-bottom: 0;
 } 

h1 {
  font-size: 2em;
}