body {
 text-align: center; 
 padding: 0;
 font: 10px Arial;
 color: #3D3D3D;
}

p {
 line-height: 11px;
 letter-spacing: 2px;
 padding: 1px 8px 1px 8px;
 text-align: justify;
}

#outer {
 margin-top: 100px;
 width: 324px;
 text-align: center;
}

.center {
 margin: 0 auto 0 auto;
}
.centeralign {
 text-align: center;
}
i {
 color: #ED145B;
}

h1 {
 font: 15px Impact, Times New Roman;
 padding: 3px 1px 0px 15px;
 margin: 0;
 color: #595959;
 text-align: center;
 font-weight: bold;
 letter-spacing: 5px;
}

a:link {
 color: #ED145B; font-weight: none; text-decoration: none; border-bottom: 1px dotted; cursor: default;
}
a:visited {
 color: #ED145B; font-weight: none; text-decoration: none; border-bottom: 1px dotted; cursor: default;
}
a:hover {
color: #A01543; font-weight: none; text-decoration: none; border-bottom: 1px dotted; cursor: default;
}
a:active {
 color: #A01543; font-weight: none; text-decoration: none; border-bottom: 1px dotted; cursor: default;
}