html{
    font-family: arial;
}
body, html{
    height: 90%;
    width: 99%;
}

a:link, a:visited {
    color: #FFFFFF;
}
h1{
    font-size: 40px;
}
p.downed{
    margin-top: 1500px;
    font-size: 15px;
    text-align: center;
}
p.Text{
    font-size: 23px; 
}
table{
    font-size: 23px;
}

#parent{
    position:relative;
}


p.head{
    font-size: 30px;
}
table.I{
    text-align: center;
    border-spacing: 40px;
}

td.middle{
    border-right: 5px solid black;
    border-left: 5px solid black;
}