body {
    font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-size: 90%;
    background-color: #E3E3E3;
}
p {
    font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-size: 90%;
}
h1 {
    font-size: 120%;
    font-weight: bold;
}
table {
    font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-size: 90%;
    border-collapse: collapse;
    width: 60%;
}
table, th, td {
    border: 1px solid black;
}
.small table {
	width: 100%;
}
td {
    vertical-align: top;
        padding: 15px;
}
.small td {
	padding: 2px;
}
#Collection {
	background-color: #E3B3B3;
	width: 70%;
}
#Methods {
	background-color: #E3B3B3;
	width: 70%;
}