<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background-image: url(k%20elect%20images/home.JPG);
	background-attachment: fixed;
	background-size: cover;
}
h1 {
	font-size: 36px;
	color: #FF0000;
}
h2 {
	font-size: 18px;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0033;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
#logo {
	position: absolute;
	left: 64px;
	top: 0px;
	width: 244px;
	height: 244px;
	z-index: 200;
}
header {
	position: absolute;
	left: 5%;
	top: 314px;
	width: 751px;
	height: 40px;
	z-index: 2;
	text-shadow: 6px 6px 5px rgba(0,0,0,1);
}
nav {
	position: relative;
	left: 5%;
	top: 262px;
	width: 90%;
	height: 21px;
	z-index: 3;
	text-align: right;
}
section {
	position: relative;
	top: 430px;
	width: 60%;
	z-index: 4;
	background-color: rgba(0,0,0,.8);
	padding: 5px;
	border-radius: 30px 0px 30px 0px;
	float: right;
	right: 5%;
}
</pre></body></html>