/*  This stylesheet contains the color specific elements for pink.  */

a {
	color: #AB7FB2;
}
a:hover {
	background-color: #AA90B3;
}
body {
	background-image:url(img/kback3.jpg);
}
hr {
	color: #AB7FB2;
}
acronym:hover, abbr:hover {
	color: #AA90B3;
}

h1, h2, h3, h4, h5, h6 {
	padding: 1px 3px;
	background-color: #687093;
	line-height: normal;
	letter-spacing: 1px;
}
.left_line {
	border-left-color: #AA90B3;
}
.box,.box2 .head
{
	padding: 3px 3px;
	background-color: #687093;
	line-height: normal;
	letter-spacing: 1px;
	font-size: 16px;
	text-align:left;
	font-weight:bold;
	display:block;
	margin-bottom:3px;
}
#header {
	background: url(img/header_purple.jpg) no-repeat;
}
#header .accent {
	color: #AA90B3;
}
#header .accent2 {
	color: #EEAED1;
}
#menu {
	background: url(img/menu_purple.jpg) no-repeat;
}
#menu ul li a:hover {
	background-color: #EEAED1;
}
#menu .pressed {
	color: #EEAED1;
}
#footer a:hover {
	color: #EEAED1;
}