body {
margin: 0px;
padding: 0px;
background-color: #ff96b6;
}

p, font {
color: #900b34;
font-size: 13px;
font-weight: normal;
font-family: tahoma, verdana, arial, serif;
line-height: 115%;
text-decoration: none;
letter-spacing: 0px;
}

h1 {
color: #900b34;
font-size: 18px;
font-weight: bold;
font-family: tahoma, verdana, arial, serif;
line-height: 115%;
text-decoration: none;
letter-spacing: 4px;
background-color: #ff96b6;
border: 3px solid #d54370;
padding: 3px;
text-align: center;
}

h2 {
color: #000000;
font-size: 13px;
font-weight: bold;
font-family: tahoma, verdana, arial, serif;
line-height: 115%;
text-decoration: none;
letter-spacing: 0px;
border-bottom: 3px solid #d54370;
padding-bottom: 18px;
text-align: center;
}

a:link {
color: #d54370;
font-weight: bold;
text-decoration: none;
}

a:visited {
color: #d54370;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #f1a9bf;
font-weight: bold;
text-decoration: none;
}

a:link.nav {
color: #d54370;
font-weight: bold;
text-decoration: none;
background-color: #ff96b6;
border: 3px solid #d54370;
padding: 3px;
}

a:visited.nav {
color: #d54370;
font-weight: bold;
text-decoration: none;
background-color: #ff96b6;
border: 3px solid #d54370;
padding: 3px;
}

a:hover.nav {
color: #ffffff;
font-weight: bold;
text-decoration: none;
background-color: #ff96b6;
border: 3px solid #ffffff;
padding: 3px;
}