input {
	background-color: #ffffff;
	color: blue;
}
input:hover, input:visited, input:link, input:focus{
	background-color: #dddddd;
}
#paginadelogin{
	position: absolute;
	top: 30px;
	right: 70px;
}
#paginadelogin a{
	color: blue;
	text-decoration: none;
	font-size: 120%;
}
#paginadelogin a:hover, a:visited{
	color: #1E90ff;
}
a{
	color: blue;
	text-decoration: none;
	font-size: 120%;
}
a:hover, a:visited{
	color: #1E90ff;
}
select{
	background-color: #ffffff;
	color: blue;
}
select:hover, select:visited, select:focus{
	background-color: #dddddd;
}
#cuidado{
	color: red;
}
#tabela {
	background-color: #1E90ff;
	color: #ffffff;
	border: 0px;
}
#linhaprincipal {
	height: 4px;
	background-color: #ffffff;
}
#linha {
	height: 1px;
	background-color: #ffffff;
}