/* tags */
html,
body {
	background-color: #2C2253;
	height: 100%;
}
body,
form,
table,
div,
span,
fieldset,
legend,
input,
option,
select,
textarea,
ul,
li,
p,
td,
th,
a,
strong,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Verdana;
	font-size: 12px;
	color: #fff;
	line-height: 22px;
	margin: 0;
	padding: 0;
}
a {
	color: #C1F29A;
	font-weight: bold;
	text-decoration: underline;
}
a.active {
}
a:hover {
}
a img {
	border: none;
}
img {
	margin: 0;
	padding: 0;
}
td {
	vertical-align: top;
}
fieldset {
	padding: 0 10px;
	border: 1px solid #f60;
}
legend {
	padding: 10px;
	font-weight: bold;
}
h1 {
	color: #B3AFC1;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	line-height: 23px;
}
h3 {
	color: #2C2253;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	line-height: 21px;
}
ul {
	padding: 5px 15px; 
}
a u {
	text-decoration: none;
}