@charset "utf-8";
/* CSS Document */

table{
	border:thick dashed red;
	
}
table tr td, table tr th{
	padding:10px;
	border:thin solid black;
}

#jan tr:nth-child(1){
	background-color: #039;
	color: white;
	font-family:"Courier New", Courier, monospace;
	font-size:24px;
}
#jan tr:nth-child(2){
	background-color: #ccc;
	color: #333;
}


