/* Una Voce Style links */
 
body { background-color: #222; }

table{
       background: #001;
       width:90%;
       border:10px red ridge;
       background-color:#eee;
       border-spacing:20px;
       border-collapse: collapse;
       table-layout: auto;
       margin-left: auto;
       margin-right: auto; }

h1, h2 {             
     color:#b3b300;
     text-align:center;
     font-weight: bold;
     font-variant:normal;
     font-style:normal; }

h1 { font-size:22pt; }

h2 { font-size:20pt; }

td {
     background-color: #001;
     text-align:center;
     font-weight: normal;
     font-size:12pt;
     font-variant:normal;
     font-style:normal;
     padding:30px;
     border: thin dashed red;
     width:50%; }


h5 { color:#b2b200; font-size:12pt; margin-bottom:5px;}

a:link { color: #ff9;text-decoration: none }
a:active { color: #ff9;text-decoration: none }
a:visited { color: #ff9;text-decoration: none }
a:hover { color: #6f0;text-decoration: underline }



