table.layout {
	font-family: "Comic Sans MS",Arial,sans-serif;
	border: 2px solid #000000;
}
td.topleft {
	border-top: 2px solid #FF0000;
	border-right: 2px #FF0000;
	border-bottom: 2px #FF0000;
	border-left: 2px solid #FF0000;
}
td.topright {

	border-top: 2px solid #FF0000;
	border-right: 2px solid #FF0000;
	border-bottom: 2px none #FF0000;
	border-left: 2px none #FF0000;
}
td.topmid {


	border-top: 2px solid #FF0000;
	border-right: 2px none #FF0000;
	border-bottom: 2px none #FF0000;
	border-left: 2px none #FF0000;
}
td.leftmid {



	border-top: 2px none #FF0000;
	border-right: 2px none #FF0000;
	border-bottom: 2px none #FF0000;
	border-left: 2px solid #FF0000;
}
td.rightmid {




	border-top: 2px none #FF0000;
	border-right: 2px solid #FF0000;
	border-bottom: 2px none #FF0000;
	border-left: 2px none #FF0000;
}
td.bottomspan {





	border-top: 2px none #FF0000;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	border-left: 2px solid #FF0000;
}
table.layout  td {
	vertical-align: top;
	padding: 5px 0px 5px 5px;
}
#data {
	border-right: 1px solid #000000;
	padding-right: 5px;
}
#navlinks a {
	color:#000;
}
#navlinks a:hover {
	color:#F00;
}
#info_laga {
	padding-right: 10px;
	padding-bottom: 5px;
}
th {
	text-align: left;
}
a {
	color: #FF0000;
}
