/* style sheet for Angel to Exit */
body { font-family: sans-serif; }
body {background-color:#e1e1ea;}
body {background-color:#f9f7f7;}

<style>
.b {border: none;  padding: 0px 0px;  text-align: center;  margin: 0px 0px;  opacity: 1.0;  transition: 0.3s;}
.b:hover {color: #ff4444; font-size: 24pt;}

.bb {border: none;  padding: 0px 0px;  text-align: center;  margin: 0px 0px;  opacity: 1.0;  transition: 0s;}
.bb:hover {color: #4444ff; font-size: 24pt;}

.p {display:inline; border: none;  padding: 0px 0px; margin: 0px 0px;  opacity: 1.0;  transition: 1.5s;}
.p:hover {color: #ff44ff;}

.h {border: none;  padding: 0px 0px; margin: 0px 0px;  opacity: 1.0;  transition: 0s;}
.h:hover {color: #ff44ff;}
</style>
