
/* Cheltenham Open Door cascading style sheet */

/* this automatically shows access keys next to the links,
   but actually it looks a bit naff */
/* 
   *[accesskey]:after {content:' [' attr(accesskey) ']'}
*/

body 
{ 
    margin:10px; 
}

h1 
{
    background:blue; 
    color:white; 
    font-family:sans-serif; 
    text-align:center; 
}

h1 a
{    
    background:blue;
    color:white;
    text-decoration:none;
}


pre.donationform
{
    background:aqua;
    color:black;
    margin-left:20px;
    padding:10px;
    width:40em;
}



.left350
{
    float:left;
    text-align:center;
    width:350px;
}



.footer 
{ 
    background:yellow;
    color:black; 
    font-size:smaller;
    padding:5px;
}

.footermenu
{ 
    clear:left;
    text-align:right;
}

/* this allows a link to be invisible (eg skip navigation) */
.hiddenlink
{
	height: 0;
	overflow: hidden;
	width: 0;
}

.ordinal
{
	font-size: 65%;
	vertical-align: text-top;
}


