@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

a {
color:#000;
text-decoration:none;
padding:20px;
}

body {
height:100%; 
margin:0; 
padding:0;
}

h3 {
font-size:30pt;
margin-top:20px;
}

#letter {
background-color:#e7e7e7;
}

#splash {
width:100%;
height:100%;
}

#splash .container {
text-align:center; 
vertical-align:middle;
}

#splash .container-letter {
text-align:center; 
vertical-align:top;
padding-top:20px;
padding-bottom:20px;
}

.give td {
padding:10px;
}