BODY { 
	background: #ffffff url(images/background3.gif); 
	background-repeat: no-repeat; 
}

A.Big:hover {
	color: orange;
	text-decoration : none;
}

A.Big {
	color: black;
	text-decoration : none;
}

A.Small:hover {
	color: orange;
	text-decoration : yes;
}

A.Small {
	color: black;
	text-decoration : yes;
}

A.SmallB:hover {
	color: orange;
	text-decoration : yes;
}

A.SmallB {
	color: #1930b7;
	text-decoration : yes;
}

A.Small2:hover {
	color: orange;
	text-decoration : none;
}

A.Small2 {
	color: #1930b7;
	text-decoration : none;
}