
/* pgofoz.css - web pages style sheet-body text justified*/

body {
margin-left: 10%; margin-right: 10%; margin-top:1%;margin-bottom:5%;
color: black;
background-color: white;
font-family: times, arial, serif;
}
h1 {
font-family: times, arial, serif;
color: #004080;
text-align: center;
font-weight: bolder;
}
h2,h3,h4,h5,h6 {
font-family: times, arial, serif;
color: #800000;
text-align: center;
font-weight: bolder;
}
blockquote
{
font-size: 85%;
color: #a04fff;
}
p {
color: #000000;
/* text-align: justify; */
}
p.gh
/* google ads horizontal */
{
text-align: center;
font-size: 80%;
}

img.noborder
{
border-style: none;
}
