/*  

	Level 1 Stylesheet for Khyle.net
	Style: Darker Green

*/

html, body {
	color: rgb(0, 100, 0);
	background: rgb(255, 255, 255);
	font-family: Verdana, Tahoma, sans-serif;
}

#header {

	background-color: rgb(150, 255, 150); 

}

li {
	font-size: 0.8em;
}

a.tooltip {
	color: rgb(0, 100, 0);
	background: url(/underline.gif) bottom left repeat-x;
}

a {
	color: rgb(0, 200, 0);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: rgb(75, 200, 75);
}

.highlight {
	color: rgb(0, 200, 0);
	font-weight: bold;
}

p {
	font-size: 0.8em;
}

p.small {
	font-size: 9px;
}

h1 {
	font-size: 2em;
	font-weight: bold;
}

p.subhead {
	font-size: 1em;
	font-weight: bold;
}

h3 {
	font-size: 0.9em;
	font-weight: bold;
}

