div {
	border: none; 
}

body {
	background-color : #FFFFE0;
	background-image : url(kis-emblem.gif);
	background-position : inherit;
	text-align : left;
	background-repeat : no-repeat;
}


p {
	color : #330000;
	font-family : "Comic Sans MS";
	font-size : larger;
	text-align : left;
	text-indent : 0px;
	border : thin none;
	margin-left : inherit;
	margin : 0%;
	margin-top : 001;
	margin-bottom : 001;
}

h1 {
	color : #990000;
	font-family : "Comic Sans MS";
	font-size : 50px;
	font-weight : bold;
	text-align : center;
	margin : 4px 4px 2px 4px;
}

h2 {
	color : #B74500;
	font-family : "Comic Sans MS";
	font-style : italic;
	font-size : x-large;
	font-weight : bolder;
}

h3 {
	color : #D95200;
	font-family : "Comic Sans MS";
	font-style : italic;
	font-size : inherit;
	font-weight : bolder;
	margin : 2;
}

h4 {
	color : #330000;
	font : bold italic larger Comic Sans MS;
	border : thin none;
}

h5  {
	color : #330000;
	font-family : "Comic Sans MS";
	font-size : 17px;
	font-style : italic;
	border : thin none;
	text-align : right;
}

h6 {
	color : #990000;
	font-family : "Comic Sans MS";
	font-style : italic;
	font-size : medium;
	font-weight : bolder;
	text-transform: uppercase
}

a:link {
	color : #208BAE;
	font : italic large "Comic Sans MS";
}
a:hover {
	color: #FF8000;
	font-style: italic;
	text-transform: uppercase;
	font-weight:bold;
}
	
a:active {
	color : #B74500;
	font : larger "Comic Sans MS";
	background-color: #FFDE5B;
}
		
a:visited {
	color : #037C64;
	font : larger "Comic Sans MS";
}

img { max-width: 100% !important; }


