body{
	width: 650px;
	margin: auto;
	margin-top: 50px;
	font: normal 14px Verdana, Arial, sans-serif;
}

td {
	padding: 10px;
}

table {
	width: 100%;
}

.bordertop {
	border-top: dotted 1px black;
}

a {
	color: indianred;
}

caption {
	text-align: right;
}

.browser a{
	color: grey;
	width: 100%;
	text-align: center;
}

.formation {
	text-align: center;
	color: grey;

}

.boldtext {
	font-size: 24px;
	font-weight: 600;
	color: grey;
}

.greentext {
	font-size: 32px;
	font-weight: 700;
	color: limegreen;
}

.redtext {
	font-size: 18px;
	font-weight: 600;
	color: indianred;
}

.redbg {
	background-color: indianred;
	color: white;
	font-size: 700;
	display: inline-block;
	padding: 5px;
}

.noborder {
	border: none!important;
}

tr td.browser {
	text-align: right;
}

.italic {
	font-style: italic;
}