/*
 * Stylesheet for chesscoaching.com
 * Copyright: M.R. Smith - Chess Australia Pty Ltd. 2006
 */

/*
 * Existing styles.
 */
body
{
	margin: 0 1em;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
        color: #000088
}

h1, h2, h3
{
	font-family: arial, helvetica, sans-serif;
	color: #000087;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 2px;
	line-height: normal;
}

ul
{
	list-style: circle;
	padding: 0;
	margin: 1em;
}

li
{
	font-family: arial, helvetica, sans-serif;
	margin: 6px 0 0 0;
}

/*
 * New styles.
 */
.image
{
	border: 0;
}

#topmenulink
{
	background-color: #000087;
	height: 10px;
	width: 110px;
	text-align: center;
	font-weight: bold;
	color: "#ffffff";
	font-family: Arial;
}

.blink
{
	color: #000087;
	text-decoration: none;
}

.mlink
{
	color: #ffffff;
	text-decoration: none;
}

#footer
{
	width: 100%;
	font-style: italic;
	text-align: center;
	color: #888888;
	font-size: x-small;
	margin: 1em;
	padding: 5px;
}
