
* {
	text-decoration: none;
	font-size: 0.99em;
	outline: none;
	padding: 0;
	margin: 0;
}
code, kbd, samp, pre, tt, var,
input, select, isindex, listing, xmp, plaintext {
	white-space: normal;
	font-size: 1em;
	font: inherit;
}
textarea {
	font-size: 1em;
	font: inherit;
}
img {
	border: 0;
}
pre {
	white-space: pre-wrap;
}
body {
	font-family: 'Roboto', sans serif;
	font-size: 16px;
	color: #282828;
	background-color: #f1f1f1;
	line-height: inherit;
	height: 100%;
	margin: 0px;
}
p {
	padding-bottom: 10px;
}
p strong{
	color: #429120;
}
#cout td {
	padding:5px 10px;
	font-size:16px;
}
#cout strong{
	color: #429120;
}
.template-outside {
	margin: 20px;
}