body
{
	margin:0px;
	background:#eee;
	font-family: Garamond, Georgia, serif;
	font-size: medium;
	color: #000;
	margin: 30px;
	max-width: 900px;
}

hr
{
    color: #999;
    background-color: #999;
    height: 1px;
    border-width: 0;
}

table
{
    font-size: x-small;
}

.dataframe td, th
{
    padding: 5px;
}

.dataframe tr:nth-child(even)
{
    background: #eeefff;
}

.dataframe tr:nth-child(odd)
{
    background: #fff;
}
