/* ========================================================================= *//* Style Guide For Vasco Thudichum Vasconcelos homepage			     *//*                                                                           *//* (c) 2002 - 2008 Vasco Vasconcelos - vv@di.fc.ul.pt				     *//* Adapated from  António Ferreira - asfe@di.fc.ul.pt                        *//* ========================================================================= */body{ /* Algumas propriedades de BODY não são propagadas para elementos TD ou TH. */ /* Para manter a coerência visual, os pares atributo/valor marcados com '+' */ /* devem ser copiados e sincronizados com as propriedades de TD e TH.       */ /* Nota: '?' = impossibilidade verificação do efeito da propriedade no IE5. */ font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Sans-serif; font-family: Verdana, Arial, Sans-serif; font-style: normal;    /* + */ font-variant: normal;  /* + */ font-weight: normal;   /* + */ font-size: 80%;       /* + */  color :#222; /* color: #000; */ background-color: #fff; word-spacing: normal;      /* ? */ letter-spacing: normal;    /* + */ text-decoration: normal;   /* + */ vertical-align: baseline;  /* + */ text-transform: none;      /* ? */ text-align: left;          /* + */ text-indent: 0em;          /* + */ line-height: 130%;         /* + */ margin: 1em 1em 1.2em 1em; border: 0em none #fff; padding: 0em;}/* * Text Selectorsem, i { font-style: italic; }strong, b { font-weight: bold; } *//* * Head Selectors */h1, h2, h3, h4 {/* font-weight: bold; */  /* color:#444; */  color: #36c;}h1 { font-size: 160%; font-weight: bold; }  /* Depende de FONT-SIZE em BODY, TD ou TH.          */h2 { font-size: 140%;  font-weight: normal; }h3 { font-size: 110%; }/* Links */a:link  { color: #58a; text-decoration :none; }a:visited { color: #969; text-decoration: none; }a:hover { color: #c60; text-decoration: underline; }a img {  border-width:0;  }/* * Table Selectorstable { margin: 0em; border-collapse: collapse;} */th, td { /* Para manter a coerência visual, os pares atributo/valor marcados com '+' */ /* devem ser copiados e sincronizados com as propriedades de BODY. Ver      */ /* notas adicionais em BODY.                                                */ font-style: normal;    /* + */ font-variant: normal;  /* + */ font-weight: normal;   /* + */ font-size: 100%;       /* + */  word-spacing: normal;      /* ? */ letter-spacing: normal;    /* + */ text-decoration: normal;   /* + */ vertical-align: baseline;  /* + */ text-transform: none;      /* ? */ text-align: left;          /* + */ text-indent: 0em;          /* + */ line-height: 150%;         /* + */ margin: 0em; border: 0.1em solid #ccc; padding: 0.2em;}th{ font-weight: bold; color: #fff; background-color: #ccc;}/* * List Selectors */ul { margin-left: 2em; }li{ text-align: left; padding-left: 0.2em; margin-top: 0.2em; margin-bottom: 0em; list-style-type: square;}li li{ margin-top: 0.1em; margin-bottom: 0em;}/* * Horizontal Rule Selectors */hr{ color: #ccc; height: 0.1em;}/* * Pre-formatted Text Selector */pre{ font-family: "courier new", "courier", "monospace"; font-size: 100%;  /* Depende de FONT-SIZE em BODY, TD ou TH.                 */ line-height: 90%;}/* CLASS SELECTORS **********************************************************//* My name */p.myname {    font-size: 200%;    text-align: right;    font-weight: bold;    color :#444;    line-height: 20%;}/* Table of contents */p.section-link {    font-size: 120%;    font-weight: bold;    color: #36c;    line-height: 40%;}p.section-link a:link {    color: #36c;    text-decoration: none;}p.section-link a:visited {    color: #36c;    text-decoration: none;}p.section-link a:hover {    color: #c60;    text-decoration: underline;}p.subsection-link {    color: #36c;    font-size: 100%;    line-height: 100%;}p.subsection-link a:link {    color: #36c;    text-decoration: none;}p.subsection-link a:visited {    color: #36c;    text-decoration: none;}p.subsection-link a:hover {    color: #c60;    text-decoration: underline;}/* The entries in the contact table */td.contact{/* text-indent: 3em;*/ margin: 0em; border: 0; line-height: 100%; padding: 0em; font-size: 75%}/* CLASSES TO BE USED WITH ANY ELEMENT ***************************************//*   .logo{ float: left; text-align: center;}*/