BODY {
	margin : 10px;
	background-color:#FFF6A1;
	background-image : url(images/BrianBackground4.jpg);
	background-repeat: repeat-y;
	color : Blue;
	font-weight : bold;
	font-family: "Tempus Sans ITC", "Comic Sans MS";
}



TABLE.Rates {
    padding : 20px;
	margin : 0px;
	border-collapse : collapse;
}



H1 {
	color : Blue;
	font-weight : bold;
}

H2 {
	color : Blue;
	font-weight : bold;
}

H3 {
	color : Blue;
	font-weight : bold;
}


P {
padding-left : 5px;
padding-right : 5px;
	color : Blue;
	font-weight : bold;
}

/*
*This Class will keep images to the left and wrap text to the right.
*/

IMG.left {
	float: left;
	margin-right : 15px;
	margin-bottom : 15px;
	margin-left : 5px;
}

IMG.left0 {
	float: left;
	margin-right : 15px;
	margin-bottom : 15px;
	margin-left : 0px;
}

/*
*This Class will keep images to the right and wrap text to the left.
*/

IMG.right {
	float:right;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right : 15px;
}

IMG.right0 {
	float:right;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right : 0px;
}

A:HOVER {
	color : Red;
}

A {
	color : Gray;
}

A:VISITED{
	color : Black;
}



DIV.right {
	float:right;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right : 15px;
}

