/* Style for Street Chaplains Website : 2008 */

body {
    font-family: Lucida Sans, Verdana, Arial, sans-serif;
    font-size: x-small;
	color: white;
    background: rgb(0,0,64);
    /* The next line is required by IE to ensure main table is centred.
       With other browsers this is achieved solely by
       setting the table's margins (left and right) to auto.
       (See below)
    */
    text-align: center;
}

html>body {
    font-size: small;
    /* The next line cancels for other browsers
       the centring established above for IE.
    */
    text-align: left;
}

.centre {
    text-align: center;
}

.extralarge {
	font-size: 200%;
	color: rgb(0,0,64);
}

.left {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    vertical-align: top;
}

.narrow {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

p.date {
	text-align: center;
	color: white;
}

table {
    background: white;
    color: black;
}

table.news {
	background: yellow;
	padding: 1em;
}

table.page {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
}

td {
    font-size: x-small;
    vertical-align: top;
}

html>body td {
    font-size: small;
}

a:active {
    color: rgb(0,0,255);
}

a:link {
    color: rgb(0,0,255);
    text-decoration: none;
}

a:visited {
    color: rgb(84,84,255);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


