
/* Stylesheet Canvas */

div {
	display: inline-block;
	margin: 12px;
}
h1 {
	text-align: center;
	font-size: 50px;
	color: lightslategray;
	margin-top: 50px;
}
h3 {
	text-align: center;
	font-size: 20px;
}
canvas, .canvas {	
	border: 1px dotted gray;
}
.textfield {
	margin: 0;
	padding: 2px;
	display: block;
	width: 596;
	height: 25;
	border-left: 1px dashed gray;
	border-top: 1px dashed gray;
	border-right: 1px dashed gray;
	font-weight: bold;
	font-size: 20px;
	color: lightgray;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: black;
}
input[type=text] {
	margin: 2px;
	background: #FDFDF0;
}
#beginPagina, .button {
	font-size: 20px;
	font-weight: bold;
	padding: 30px;
	text-decoration: none;
	border: none;
	color: white;
	background: black;
	border-radius: 10px;
	cursor: pointer;
}
.home {
	position: absolute;
		top:15;
		left:15;
	font-size: 16px;
	padding: 15px;
}
p {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 75px;
}
.suffix {
	font-size: 12px;
}
#tempCanvasId {
	visibility: hidden;
	width: 0;
	height: 0;
}
.canvasLink:hover {
	background: #F0FFFF;
}