﻿h1,h2,h3,h4,h5,h6 { text-align: center; }
div.textbox
{
    display: inline-block;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
}
div 
{ 
    text-align:left; 
}
a 
{
    text-decoration: underline;
    text-decoration-color: steelblue;
    color: forestgreen;
}
.details
{
    max-width: 600px;
    padding: 5px;
}
.boxed 
{ 
    border: 1px solid black; 
    border-radius: 8px;
    padding: 10px;
}
.link-out 
{
    color: black;
    background-color: khaki;
    border: 3px outset brown;
    border-radius: 5px;
    padding: 3px;
}