/* CSS Document */
div.mensagem { color:#FF0000;
				font:"Times New Roman", Times, serif;
				font-size:18px;
				}
a:link {text-decoration: none}
a:visited {text-decoration: none}
#cor {
	background-image: url(imagem/login2.jpg);
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
}

a:hover {text-decoration: underline; 
color: #FF0000;
}
a:active {text-decoration: none}
a.linque {
	color:#00f;
	padding:2px 6px;
	background-color:#FFFFEE;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a.linque:hover {
	color:#fff; 
	background-color:#000; 
}
div.esq{
	width: auto;
	float: none;
	position: absolute;
	left: 10%;
}
div.centro{
	width: auto;
	float: none;
	position: absolute;
	left: 39%;
}
div.dir{
	width: auto;
	float: none;
	position: absolute;
	right: 10%;
}

