/* Ensino de Informática */
<!--

body {
background-color:#f0efef;
margin-left: 0px; margin-right: 0px; margin-bottom: 0px;
font-family: Arial, Helvetica, sans-serif; font-size: 16px;
}

table.solid { border-style: solid; border-color: #dfdfdf; border-width: 4px}

a.planificar {
display: block;
width: 160px;
height: 250px;
background: transparent url(imagens/planificar.png) no-repeat;
}
a.planificar:hover {
background-position: -160px 0;
}

a.materiais {
display: block;
width: 160px;
height: 250px;
background: transparent url(imagens/materiais.png) no-repeat;
}
a.materiais:hover {
background-position: -160px 0;
}

a.actividades {
display: block;
width: 160px;
height: 250px;
background: transparent url(imagens/actividades.png) no-repeat;
}
a.actividades:hover {
background-position: -160px 0;
}

a.relatorio {
display: block;
width: 160px;
height: 250px;
background: transparent url(imagens/relatorio.png) no-repeat;
}
a.relatorio:hover {
background-position: -160px 0;
}


.top {background-image: url(imagens/ensino.png);}
.link {font-size: 18px; font-family: Arial, Helvetica, sans-serif;}
A:link {text-decoration: none; color: #699bc0;}
A:visited {text-decoration: none; color: #699bc0;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

.apont {color: #ff0000; font-weight: bold; font-size: 24px; font-family: Arial, Helvetica, sans-serif;}
.titulo {color: #ffffff; font-size: 26px; font-family: Arial, Helvetica, sans-serif;}
.legenda {color: #808080; font-size: 14px; font-family: Arial, Helvetica, sans-serif;}

h1 {
font-family: Arial, Helvetica, sans-serif;
color: #699bc0;
font-weight: bold;
font-size: 36px;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
color: #ff0000;
font-weight: bold;
font-size: 24px;
}


-->