p { text-indent: 0px; text-align: justify; padding: 0px 160px;  } /!-- the first padding number designates top and bottom and the second is for left and right padding --/

h1 { font-family: serif; }


a:link { text-decoration: none; color: blue; }
a:visited { text-decoration: none; color: red; }
a:hover { text-decoration: none; color: orange; }