/* Style sheet for PWA website pages */

body { color: white;
       background-color: black;
       font-family: isocteur, helvetica, arial, sans-serif; 
       font-size: 10pt; text-align: center}

a:link {text-decoration: none;
        color: white}

a:visited {text-decoration: none; 
        color: white}       

a:hover {text-decoration: none;
         color: #808080}

a:active {text-decoration: none;
        color: white}

p {font-size: 10pt;}

td  {font-size: 10pt;}

p a {font-size: 12pt; line-height: 1.5em;}

a img {border-color: black; margin-right: 2px}

a:active img {border-color: white}

.frontimage {border-width: 1px; border-style: solid; border-color: white}

.rightcolumn {float: right; width: 160px; font-size: 12pt; text-align: right;}
