body {

color: black;
}

h1, h2, h3 {
color: black;
text-align: center;
font-family: "Times New Roman", serif;
}

.boxed {
border-width: 1px;
border-color: black;
border-style: dotted;
background-color: #eeeeee;
}

.boxed2 {
border-width: 2px;
border-color: blue;
background-color: #ffffcc;
}

.links {
text-align: center;
font-size: 14:
}