
body
{
	font-family: arial, sans-serif;
	font-size: medium;
}

a
{
	text-decoration: none;
}


.file
{
	font-family: "courier new", sans-serif;
	font-size: small;
	
	white-space: pre;
}

.file .fileheader, .file .hunkheader
{
	color: #888888;
}

.file .hunk ins, h2 ins
{
	background-color: #CAFFCA;
	
	text-decoration: none;
}

.file .hunk del, h2 del
{
	background-color: #FFCACA;
	
	text-decoration: none;
}

.file .hunk ins, .file .hunk del
{
	display: block;
}

