	
	
	/*************************************************************************
	Title: 			Cascading style sheet for InArtWeTrust.com
	Author:			Benoit E. Quemar from Altamedia Consulting Corporation
					www.altamedia.ca	
	Compliancy:		W3C - http://jigsaw.w3.org/css-validator/
	Location:		www.inartwetrust.com and linked pages
	Last updated:	14 July 2005
	Note:			CSS in effect for new pages created from 14 July 2005.
					Old/current website to this date was not using CSS.
	**************************************************************************/



/*****************************************************************************/

/*							Essential elements								 */

/*****************************************************************************/

A {
color:#EFC416;
}

A:hover {
color:#FF0000;
}

A:visited {
color:#EFC416;
}

.vtlink {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CDCDCD;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 4px;
}
.vtintro {

	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CDCDCD;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 4px;
}

