﻿/* CSS for Tiger Supplies Web Site */


font.whitebold {font-family: arial;
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}

font.graylink {font-family: arial;
	font-size: 105%;
	font-style: normal;
	font-weight: normal;
	color: #adadad;
}

font.blacktxt {font-family: arial;
	font-size: 105%;
	font-style: normal;
	font-weight: normal;
	color: #363636;
}

font.blacktxt2 {font-family: arial;
	font-size: 105%;
	font-style: normal;
	font-weight: normal;
	color: #363636;
}

font.blacktxt2 {font-family: arial;
	font-size: 98%;
	font-style: normal;
	font-weight: normal;
	color: #363636;
}


font.orangetxt {font-family: arial;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	color: #f3690c;
}

a.black:link {color: #3b3b3b;
	text-decoration: none;
}

a.black:visited {color: #3b3b3b;
	text-decoration: none;
}

a.black:hover {color: #f3690c;
	text-decoration: underline;
	display: inline;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #f3690c;
}

