*{
    margin: 0;
    padding: 0;
}

#imgAEGP{
    background-color: white;
    text-align: center;
}

#TrbAC{
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    text-align: center;
    padding-bottom: 30px;
}

p{
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
}

#pcurso{
    background-color: white;
    font-size: large;
    padding: 10px;
    text-align: center;
}

#pac{
    background-color: white;
    font-size: medium;
    padding: 20px;
    text-align: center;
}

#M2{
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

main{
    height: 60vh;
    border-style: none;
    width: 70%;
    margin: auto;
    background-color: #ccd3da;
}

.navcustom{
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 17px;
    font-size: medium;
    text-decoration: none;
    color: black;
}

.navcustom:hover{
    border-radius: 5px;
    padding: 2px;
    background-color: #bccde2;
}

nav{
    text-align: center;
    background-color: white;
    padding-bottom: 10px;
}

body{
    background-image: url(../images/background.jpg);
    background-attachment: local;
}

h1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-top: 20px;
    text-align: center; 
    padding-bottom: 20px;   
}

footer{
    font-size: small;
    color: white;
    margin: auto;
    width: 70%;
    background-color:#6b7888;
}

#afooter{
    color: white;
    text-decoration: none;
}

#pfooter{
    text-align: center;
    line-height: 16px;
}

#txt{
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    text-indent: 20px;
    line-height: 25px;
}

#txtIntro{
    font-size: 40px;
}

.divWebgrafia{
    text-align: center;
    font-size: x-large;
    padding-bottom: 20px;
}

a{
    text-decoration: none;
}

#divWebgrafiaPrimeiro{
    text-align: center;
    font-size: x-large;
    padding-bottom: 20px;
    padding-top: 20px;
}