/*Ligação HTML
<link rel="stylesheet" type="text/css" href="/css/style_geral.css" />
em uso:
inicio.php*/
/*eliminar linha que contém: BGCOLOR='#dcdddd' class border*/

/*propriedades do textom, ficheiros contidos nas pastas*/
td.border
{
 border-width: 3px;
 border-color: #FFFFFF;
/* background-color:#FFFACD; */
 background-color:#FFFFFF;
 border-style: none;
 height:15px;
}
#postable {background-color: #FFFFFF;}

/*cor fundo do body cinza:#dcdddd */
#fundo { background-color:#FFFFFF;}


A:link {font-family:calibri,arial,"Times New Roman",Georgia,Serif; font-weight:normal;font-size:12;text-decoration:none;color:#00009C;}

A:visited {font-family:calibri,arial,"Times NewRoman",Georgia,Serif;
font-weight:normal;font-size:12;text-decoration:underline;color: #9932CC;}
A:active {font-family:arial,"Times New Roman",Georgia,Serif; font-weight:normal;font-size:12;text-decoration: bold}

A:hover {font-family:calibri,arial,"Times New Roman",Georgia,Serif; font-weight:normal;font-size:12;background: #FFCC00; text-decoration: underline; color: red;}

#titulo1{
font-family:calibri,arial,"Times New Roman",Georgia,Serif; font-weight:bold;font-size:30;text-decoration:none;color: #0000CD;
}
#titulo2{
font-family:calibri,arial,"Times New Roman",Georgia,Serif; font-weight:normal;font-size:12;text-decoration:none;color: #A52A2A;
margin-left: 1px;
}
#titulo3{
font-family:calibri,arial,"Times New Roman",Georgia,Serif; font-weight:bold;font-size:20;text-decoration:none;color: #0000CD;
}
#titulo4{
font-family:calibri,arial,"Times New Roman",Georgia,Serif; font-weight:bold;font-size:14;text-decoration:none;color: #A52A2A;
}

#noticias
{ 
 position:absolute;
 top: 7px; 
 right: 7px; 
}

hr
{

width: 100%; 
margin: 2; 
margin-top:1pt; 
margin-bottom:1pt;

}