body {
font-family: sans-serif;
background-image:url('stripepink.png');
background-repeat:repeat-x;
background-repeat: repeat;
}

#title {
font-family: sans-serif;
font-size: 50pt;
font-weight: bold;
color: #ff2273;
text-align: right;
padding-right: 5px;
}

#subtitle {
font-family: sans-serif;
text-align: right;
padding-right: 5px;
}

#wrapper {
width: 870px;
margin-top: 39px;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
background-color: white;
padding-left: 16px;
padding-top: 20px;
padding-bottom: 20px;
padding-right:17px; 
}

#boxes {
float: left;
background-color: white;
}

#days {
background-color: #ffffff;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border: 4px solid #068cab;
padding: 10px;
width: 230px;
height: 200px;
float:left;
font-family: sans-serif;
text-align: center;
font-size: small;
}

#web {
background-color: #ffffff;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border: 4px solid #068cab;
padding: 10px;
width: 230px;
height: 200px;
float: left;
margin-left: 48px;
font-family: sans-serif;
text-align: center;
font-size: small;
}

#dream {
background-color: #ffffff;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border: 4px solid #068cab;
padding: 10px;
width: 230px;
height: 200px;
float:right;
margin-left: 48px;
font-family: sans-serif;
text-align: center;
font-size: small;
}

#number {
font-family: sans-serif;
font-size: 100pt;
font-weight: bold;
color: gray;
margin-top: 15px;
}

#number1 {
font-family: sans-serif;
font-size: 100pt;
font-weight: bold;
color: gray;
margin-top: 55px;
}

#books {
margin-top: 280px;
margin-bottom: -10px;
}

#bookcovers {
padding-left: 5px;
}

#websites {
margin-top: 50px;
margin-bottom: -20px;
}

#js {
margin-left: 5px;
display: inline;
}

ol {
padding-left: 40px;
font-family: sans-serif;
}

a {
text-decoration: none;
color: #ff1168; 
}

a:hover {
color: #068cab;
}

img {
border: none;
}

#footerhome {
text-align: center;
margin-top: 60px;
font-family: sans-serif;
}

#footerhome a {
color: gray;
}

#footerhome a:hover {
color: #068cab;
}