/* CSS style sheet for The KKM Web site */

BODY 		{ background-color: black; }

A:link 		{
	text-decoration: none;
	font-weight:bold;
	color: #3399FF;
	font-size: 11px;
}
A:visited 	{
	text-decoration: none;
	font-weight:bold;
	color: #3399FF;
	font-size: 10px;
}
A:active 	{
	text-decoration: none;
	color: #3399FF;
	font-size: 10px;
}
A:hover 	{ color: silver; }

.regular 	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; color: white; text-transform: none }
.regularblack 	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; color: black; text-transform: none }
.accent 	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: normal; font-weight: bold; color: white; text-transform: none }
.titles 	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: maroon; font-size: 20px; font-style: normal; line-height: normal; font-weight: bold; color: white; font-variant: normal }
.titlesyellow 	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: yellow; font-size: 20px; font-style: normal; line-height: normal; font-weight: bold; color: white; font-variant: normal }
.small 		{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; color: white; text-transform: none }
.headings 	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: silver; font-size: 15px; font-style: normal; font-weight: bold; color: white; text-transform: none }
.smallsilver 	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: silver; font-size: 10px; font-style: normal; font-weight: bold; color: white; text-transform: none }
.smallyellow 	{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: yellow; font-size: 10px; font-style: normal; font-weight: bold; color: white; text-transform: none }
.list 		{ font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: normal; font-weight: bold; color: white; text-transform: none }
