@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #666;
	font-style: normal;
	line-height: 17pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
a:link {
	color: #04445c;
	text-decoration: none;
}
a {
	font-size: 10pt;
}
a:visited {
	text-decoration: none;
	color: #04445C;
}
a:hover {
	text-decoration: underline;
	color: #04445C;
}
a:active {
	text-decoration: none;
	color: #04445C;
}
h3 {
	font-size: 14pt;
	color: #cb5f11;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 14pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
h2 {
	font-size: 12pt;
	color: #a4683c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 15pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	text-decoration: none;
}
.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	line-height: 18pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cb5f11;
	text-decoration: none;
}
.quoteby {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 15pt;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #04445c;
	text-decoration: none;
}
.specialcaps {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #a4683c;
	text-decoration: none;
}
.creative {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 17pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #930;
}
.counsel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 17pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #6d360f;
	text-decoration: none;
}
h1 {
	font-size: 18pt;
	color: #CB5F11;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 28pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

</style></head>

<body>
<p>This will be the body text non lets just see <span class="creative">Creative</span> <span class="counsel">Counsel</span> how this works if it type<br />
  just checking the line height<br />
  perhaps could be a little higher
</p>
<h1>This will be heading 1</h1>
<h2>This will be heading 2</h2>
<h3>This will be heading 3</h3>
<p><a href="http://www.creativecounsel.com.au">THis will be links</a></p>
<p class="quotes">This will be quotes</p>
<p class="quoteby">This will be quote names</p>
<p class="specialcaps">This will be specail </p>
<span class="creative">Creative</span>
<p class="specialcaps"><span class="creative"><span class="counsel">Counsel</span></span></p>
</body>
</html>

