/*
 * Azure Jewelers CSS Style Sheet
 * 
 * Copyright (c) Azure Jewelers
 * http://www.AzureJewelers.com/
*******************************/

body        {
	background-image: url(images/azurebgtile.png);
	background-color: #ffffff;
	font-size: 12px; 
	font-family: "arial", "tahoma", "verdana", sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

/********************** Links */


/* Standard Content Page */

.contentlink a:link { 
	text-decoration: underline;
	font-size: 12px; 
	font-family: "arial", "tahoma", "verdana", sans-serif;
	color: #000000;
	background-color: inherit;
}

.contentlink a:visited {
	text-decoration: underline;
	font-size: 12px; 
	font-family: "arial", "tahoma", "verdana", sans-serif;
	color: #000000;
	background-color: inherit;
}

.contentlink a:hover {
	text-decoration: underline;
	font-size: 12px; 
	font-family: "arial", "tahoma", "verdana", sans-serif;
	color: #c0c0c0;
	background-color: inherit;
}

.contentlink a:active {
	text-decoration: underline;
	font-size: 12px; 
	font-family: "arial", "tahoma", "verdana", sans-serif;
	color: #c0c0c0;
	background-color: inherit;
}
