/* CSS Document */

body {
background-image:url(../../images/backgrounds/palm-tree-tile.jpg);
background-repeat:repeat;
}

h1, h2, h3, h4, h5, h6 {
color: black;
}

h1 {
color:#FF0099;
}

#wrapper {
background-color: white;
padding: 20px;
border: 5px solid #ff0099;
}

#vitals {
border: 2px #ff0099 solid;
background-color: #db9fc8;
}

