body {
font-family: Verdana, Arial, Helvetica;
background-size: cover;
}

//table {
//}

#idHeader {
font-size: 32px;
font-weight: bold;
}

#idFooter {
font-size: 12px;
}

#idColMenu {
//width: 100%;
}

#idTableMain {
width: 850px;
}

#idTableText {
width: 100%;
height: 480px; 
}

p.header {
margin: 0;
}

q {
font-style: italic;
}

.slideshow {
text-align: center;
}

a.link, a.link:visited, a.link:link
{
text-decoration: none;
color: blue;
}

a.link:hover
{
color: white;
background-color: gray;
}

a.link::before {
content: '→ ';
}

a.link img:hover{
box-shadow:0 0 10px rgba(0,191,255,0.9);
}

tr
{
text-align: center;
}

tr.text
{
text-align: justify;
background: rgba(135, 206, 250, 0.20);
}

tr.menu
{
font-size: 12px;
background: rgba(135, 206, 250, 0.20);
font-weight: bold;
}

tr.menu a
{
text-decoration: none;
}

tr.menu a:visited, a:link
{
text-decoration: none;
color: black;
}

tr.menu a:hover
{
color: white;
background-color: gray;
}


td.active
{
background: rgba(0, 191, 255, 0.20);
}