body {
    font-family: Georgia;
    margin-top: 1px;
}

td {font-size:12px}

h1{color: blue}

.pix{width: 49%}

li{font-family: georgia}

p {text-indent: 30px}

a { color: #0000ff;
    font-family: Georgia;
    text-decoration: none;
}

a:visited { 
    color: #0000ff;
    font-family: Georgia;
    text-decoration: none;
}

a:hover { 
    color: #0000ff;
    font-family: Georgia;
    text-decoration: underline;
    font-weight: 700;
   }

@media screen and (max-width: 1023px) 
{
.wide-table {
width:90%;
margin-left:auto;
margin-right:auto;}
}

/* The min-width property is used to set the minimum width of an element. */
/* The max-width property is used to set the maximum width of an element. */

@media screen and (min-width: 1024px) {
.wide-table  {width:900px;   
margin-left:auto; 
margin-right:auto; }
}

li{font-family: georgia}

p {text-indent: 30px}

a { color: #0000ff;
    font-family: Georgia;}

a.visited { 
    color: #0000ff;
    font-family: Georgia;
}

a.hover { 
    color: #0000ff;
    font-family: Georgia;
}