/*css document

Developed by Weensyweb Designs for yassage.com.au


/*	COLOUR PALETTE  


	
*/


/*	Main Font Style Guide

	Font : 
	Size : 
	Color : 

*/


/* Begin Typography & Colors */

body {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 10px;
	color : #3B7686;
}

a{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 10px;
}
a:link,a:active,a:visited {
	color : #3B7686;
}
a:hover	{
	color : #AD216C;
	text-decoration: underline;
}

.style3 {
	font-size: 14px;
}


