body{
  background: white;
  color: black;  
}

    div.splashpage{
	padding-top: 20%;
 padding-bottom: 20%;
 width: 100%;
    }

    .splashpageillustration{
	font-size: 32pt;
        color: #000099;
	font-family: times, serif;
 width: 100%;
    }

    

    div.locallinks{
	font-size: 12pt;
 color: #000099;
 text-decoration: none;
 align:center;
padding-top: 16pt;
}
   
a{
color: #000099;
text-decoration: none;
}
a:hover{
color: #000099;
text-decoration: none;
}
 
    a:visited{
      color: #ffcc00;
      text-decoration: none;
  }
 .splashleft{
    align: left;
}

.splashright{
    align: right;
}
