/*
 * General style sheet for the RB Boats website. 
 */

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

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;
}

.nobr {white-space: nowrap}

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

/* 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 50px 10px 0;
}
