﻿#body {
	width: 990px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana;
	font-size: small;
	background-image: url('imagens/body.png');	
	background-repeat:repeat;
}
#Cabecalho {
	width: 990px;
	height: 85px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('imagens/Header.png');
}
#lingua {
	padding: 5px;
	width: 350px;
	height: 30px;
	float: right;
}
#contacto {
	padding: 5px;
	width: 200px;
	height: 30px;
	float: right;
	clear: both;
	margin-top: 20px;
	margin-left:20px;
	text-align: right;
}
#rodape {
	padding-left:3px;
	padding-right:3px;
	width: auto;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	background-image:url('imagens/rodape.png');
	background-color:  silver ;
	color: white;
	clear: both;
}

a:link{
	text-decoration: none;
}
a:visited {
	color:gray;
	text-decoration: none ;
}
a:hover {
	color: #FF0000;
    text-decoration: underline;
	cursor:pointer;
}
a:active {
	text-decoration: none;
}

h1 {
	font-size: 3em;
	color: #FF0000;
}

