@font-face {
	font-family: "Bitstream Vera Sans";
	src: url("http://duyfkenstudios.com.au/fonts/vera")
}

body {
	color: #818181;
	border-color: #C0C0C0; /* Sometimes this has to be overridden...not sure why */
	font-size: 10pt;
	font-family: "Bitstream Vera Sans", sans, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #77AACC;
	font-weight: bolder;
}

h1, h2, h3{
	/* Don't want these bold, they make enough impact as normal text */
	font-weight: normal;
}

/* Forms */
input {
	border-color: #C0C0C0;
}

input:focus, textarea:focus, select:focus {
	border-color:#8D939B;
}

/* Standard Link Styles */
a, a:active {
	color: #77AACC;
	text-decoration: underline;
}

a:hover, a:active:hover, a:visited:hover {
	color: #CC3333;
	text-decoration: none !important;
}
