a:link {text-decoration: none; color: black; }

a:hover {color: green; } 

a.ico  {margin-right: 0.5em; }

a.old  {text-decoration: underline; }

a:visited {color: black; }

.jrt { text-align: right}

.jcen { text-align: center}

h6 {
    text-decoration: underline;
    text-transform: uppercase;	
    margin-bottom: 0.5em; 
    margin-top: 1.0em; 
}

ul.link-list {
    list-style: disc;
    padding-left: 0.5em; 
}
ul.list-inline {
    list-style: circle;
    padding-left: 5em; 

}

.full-screen {
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
}

