/* this will be automatically added to your html folder */

body {
	font-family: Georgia;
	padding: 8px;
}

.graph {
	background: #FFF;
	width: 720px;
	padding-left: 10px;
	margin: 0px;
}

.in {
	font-size: 10px;
}

.inpeak {
	font-size: 10px;
}

.out {
	font-size: 10px;
}

.outpeak{
	font-size: 10px;
}

.git {
	font-size: 10px;
	color: #006600;
	margin-left: 10px;
}

b a {
	text-decoration:none;
}

/* for index titles */
td div {
	color: #333;
	font-size: .75em;
}

div {
	border-bottom: 1px solid #aaa;
}


footer {
	border-top: 1px #AAA solid;
	font-size: .8em;
}
