﻿body {
	background-image: url('../images/carpet-bg.jpg');
	font-family: Calibri, Tahoma, Verdana, Arial;
	color: #663300;
	font-size: 14px;
}
a:link {
	color: #663300;
	text-decoration: none;
}
a:hover {
	color:black;
	text-decoration: none;
	background-color:#F2D9B7;
}
a:visited {
	color: #663300;
	text-decoration:none;
}	
.smaller {
	font-size: 11px;
	color: #996633;
} 
.tlink{
	width: 240px;
	height: 100px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-image: url('../images/box2.png');
	background-repeat: no-repeat;
}
.tslink{
	width: 180px;
	height: 50px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 10px;
	background-image: url('../images/box-sm.png');
	background-repeat: no-repeat;
}
.ilink {
	border-width: 0;
	float: right;
	margin-right: 8px;
	padding-top: 5px;
	padding-left: 3px;
	margin-bottom: 5px;
}
.white,.white a:link,.white a:visited,.white a:hover {
	color: #FFFFFF;
}

