/* Start of CMSMS style sheet 'powerline_intro' */
#html, body {
  height: 100%;
    font-family: Georgia, Times, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: black;
    font-style: italic;
}


a {
    font-family: Georgia, Times, sans-serif;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

body.intro .frame {
    width: 650px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
 height: 450px;
  margin: auto;
    text-align: center;
}

body.intro .frame a:hover {
    color: white;    
}

/* End of 'powerline_intro' */

