@import url(main.css);
@import url(styles.css);

body
{
	border-color: #E81DF7;
	border-top-width: 5px;
	border-style: solid;
}

h1
{
	font: 24px/22px Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
/*	font-style: italic;*/
/*	text-transform: uppercase;*/
	color: #F7A6FD;
	text-decoration: none;
}

h2
{
	font: 14px/21px Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #F7A6FD;
	text-transform: uppercase;
}

.marker
{
	font: 14px/21px Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #F7A6FD;
	text-decoration: none;
	text-transform: uppercase;
}

.lightbox
{
	position: relative;
	width: 800px;
	overflow: visible;
	line-height: 14px;
}


.imp_style:hover { background: #E81DF7; }
