﻿h1 {
	color : #505055;
	border-bottom : 1px dotted #ffafaf;
	font-size : 18pt;
	width:400px;
}
table,th,td {
	border:1px solid black;
}
tr, th, td {
	margin:0px;
	padding:0px;
}
th {
	background-color:#ff8080;
	width:100px;
}
td {
	background-color:#ffaf40;
}