BODY {
	background: url("hamsin.jpg") fixed
}
H1 {
	color: Navy;
	font-family : Arial;
	font-weight : bold;
	font-size : xx-large;
}
H2 { 
	color: Navy;
	font-family : Arial;
 }
FONT.PRODUCT {
	color: Navy;
	font-family: Arial;
	font-weight : bold;
	font-size : x-large;
}
FONT.TITLE {
	color: Navy;
	font-family: Arial;
	font-weight : bold;
	font-size : xx-large;
}
A:LINK,A:VISITED {
	color: Blue;
	font : 12px Arial;
}
A:ACTIVE {
	color: Maroon;
	font : 12px Arial;
}
A:HOVER  {
	color: Blue;
	font-family : Arial;
	font : bold 12px Ariall;
}

A:LINK.BIG, A:VISIT.BIG {
	font : 16px Arial;
}
A:ACTIVE.BIG {
	font : 16px Arial;
}
A:HOVER.BIG  {
	font : bold 16px Ariall;
}

A:LINK.SMALL, A:VISIT.SMALL  {
	font :10px Arial;
}
A:ACTIVE.SMALL  {
	font : 10px Arial;
}
A:HOVER.SMALL   {
	font : bold 10px Ariall;
}

