/* stylesheet for jesuitusa web news */
body {
margin-left: 6%;
margin-right: 6%;
font-family: Arial, Helvetica, sans-serif;
}
hr {
color: gray;
}
h1,h2 {
color: maroon;
}
h3 {
color: maroon; font-weight: 600;
}
h4 {
color: #009999;
}
.right{
text-align: right;
}
.left{
text-align: left;
}
a {
color: rgb(10,10,255);
text-decoration: none;
font-weight: 700;
}

a:visited {
font-weight: 700;
text-decoration: none;
}
a:hover, a:active {
color: white;
font-weight: 700;
background:  rgb(10,10,255);
text-decoration: none;
}
p {
line-height: 120%;
}
p.init  {text-indent: 0em;}
ul {
list-style-type: square;
}