/* Style sheet for toshi-straps.co.uk *//* Style for all bodies. */	body 		{		font-family: Arial, sans-serif;		font-size: 14px;		background-color: #000000;		color: #FFFFFF;		margin-left: 20px;		margin-right: 20px;		text-align: center		}		/* Custom link styles */a:link {color: #FF8C00;}a:visited {color: #FF8C00;}a:hover {color: #FFCC00;}a:active {color: #FFCC00;}a:link .imageLink {border:2px; border-color: #FF8C00; border-style: solid;}a:visited .imageLink {border:2px; border-color: #FF8C00; border-style: solid;}a:hover .imageLink {border:2px; border-color: #FFCC00; border-style: solid;}a:active .imageLink {border:2px; border-color: #FFCC00; border-style: solid;}.imageLink {	border:2px;	border-color: #000000;	border-style: solid;}/* Custom link styles a:link {color: #FF8C00;}a:visited {color: #FF8C00;}a:hover {color: #FFCC00;}a:active {color: #FFCC00;}/* Image Links a:link .imageLink {color: #FF8C00;}a:visited .imageLink {color: #FF8C00;}a:hover .imageLink {color: #FFCC00;}a:active .imageLink {color: #FFCC00;}.imageLink	{	border:5px; 	border-thickness: 1px; 	border-color: #00000; 	border-style: solid;	}*//* PARAGRAPH STYLES *//* highlight text in orange */	.highlight		{		font-family: Arial, sans-serif; 		font-size: 14px;		color: #FF8C00;		font-weight: normal;		}		.highlightLarge		{		font-family: Arial, sans-serif; 		font-size: 17px;		color: #FF8C00;		font-weight: normal;		}	/* Larger text style */	.large		{		display: inline;		font-family: Arial, sans-serif;		font-size: 17px;		}		/* Very large text style */	.vlarge		{		display: inline;		font-family: Arial, sans-serif;		font-size: 22px;		}		/* Smaller text style */	.small		{		display: inline;		font-family: Arial, sans-serif; 		font-size: 12px; 		}		/* Text styles for ordering stuff*/	.order		{		font-family: Arial, sans-serif; 		font-size: 11px; 		}		.orderEntry		{		font-family: Arial, sans-serif; 		font-size: 12px; 		}		.orderHeaders		{		font-family: Arial, sans-serif; 		font-size: 11px; 		color: #FF8C00;		font-weight: bold;		}		.orderField		{		font-family: Arial, sans-serif; 		font-size: 11px;		background-color: white; 		}		/* align text left */	.left		{		text-align: left;		margin-left: 10px;		}	/* align text right */	.right		{		text-align: right;		margin-right: 10px;		}		/* align text centre */	.centre		{		text-align: center;		}		/* menu text */	.menu		{		font-family: Arial, sans-serif; 		font-size: 17px;		color: #FFD700;		font-weight: normal;		text-align: left;		}		/* menu text in yellow */	.menucurrent		{		font-family: Arial, sans-serif; 		font-size: 17px;		color: #FFCC33;		font-weight: normal;		}		/* submenu text in yellow */	.submenucurrent		{		font-family: Arial, sans-serif; 		font-size: 14px;		color: #FFCC33;		font-weight: normal;		}		/* Put a border on all generated images */.image 	{border-width: 1px;	border-color: white;	border-style: solid;	margin: 1px;}	