/* This is the style sheet for kintechnz.com */

body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #e2edff;
	line-height: 1.25;
	padding: 15px;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: navy;
	color: white;
}

h2 {
	font-size: medium;
	font-weight: normal;
}

li {
	font-size: small;
}

p {
	font-size: small;
	color: navy;
}

em {
	text-transform: uppercase;
}

blockquote p {
	font-style: italic;
}

#tagline p {
	font-style: italic;
	font-family: Georgia, Times, serif;
}

span.companyname {
	color: blue;
	font-weight: bold;
}

a:link, a:visited {
	color: black;
	font-weight: bold;
}

a:visited {
	color: blue;
}

a:hover {
	text-decoration: none;
	color: white;
	background-color: navy;
}

a:active {
	color: aqua;
	background-color: navy;
}
