/*
 * General style sheet for the Mercia Canoe Club website. No layout stuff here. I'm not
 * convinced CSS is worth the grief at the moment, so we'll stick with yucky tables!
 */

body 
{
	color: #000000; 
	/* 
	 * make the default font look a little nicer than default times new roman 
	 */
	/* font: 11px/17px Verdana, Arial, sans-serif; NOT YET - let the site look the same as before */
}


/* 
 * These entries are taken from the original MERCIA stylesheet (as supplied 
 * with the free template I used) 
 */
A {
	text-decoration: underline; 
	color: #003F80;
}

A:Hover {
	text-decoration: none; 
	color: #3163CE;
}

.style2 {
	color: #003F80; 
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
}

/* originally defined in contacts.html, but might be useful elsewhere */
.nobr {white-space: nowrap}

/* These entries are the ones I'm experimenting with! */

img.right
{
	float: right; 
	border: 1px solid #666;
	margin: 10px 0 10px 10px;
}

img.left
{
	float: left; 
	border: 1px solid #666;
	margin: 10px 10px 10px 0;
}

