A {
	text-decoration: none;
	font-family : Tahoma;
}

A:VISITED {
	color: Purple;
}

A:HOVER {
	color: Fuchsia;
}

A:LINK {
	color : Blue;
}

.MODEL{
	font-family : Tahoma;
	font-size : large;
	font-weight : bold;
	color : Red;
}

.LIST1{
	font-family : Tahoma;
	font-size : medium;
	color : Red;
}

.Font{
	font-family: Tahoma;
}

.GRAY{
	font-family: Tahoma;
	color : Gray;
}

.SIZE1{
	font-family: Tahoma;
	font-size : large;
}

.BLACK{
	font-family: Tahoma;
}

.TEXT{
	font-family: Tahoma;
	font-size : smaller;
}

TD.SPECS{
	font-family: Tahoma;
	font-size : x-small;
	color : Teal;
}

TD.SPECS2{
	font-family: Tahoma;
	font-size : x-small;
	color : Maroon;
}