html, body {
   background-color: #ffffcc;
   color: #000000;
   font-family: sans-serif;
}

h1.project1 {
	text-align: center;
	font-size: large;
}

h2.project2 {
	text-align: center;
	font-size: medium;
}

a:link {
   background-color: transparent;
   color: #037;
}

a:visited {
   background-color: transparent;
   color: #636;
}

div.top {
   border-style: outset;
   background-color: #D3D3D3;
   padding: 10px;
   position: relative;
   left: 10%;
   width: 80%;
}

div.middle {
   position: relative;
   left: 10%;
   width: 80%;
}

div.links {
   border-style: ridge;
   background-color: #e0ffff;
   position: relative;
   left: 10%;
   width: 80%;
}

p.centered {
   text-align: center;
}

table {
   background-color: #ffffff;
}

thead {
   background-color: #B22222;
}

tbody {
   background-color: #fff8dc;
}

ol.heading {
   list-style-type: upper-roman;
}

li.bold {
   font-weight: bold;
}

img {
   border-style: none;
} 

p.normal {
   font-weight: normal;
}
