/*<group=General Styles>*/

body {
	color: #ffffff;
}

p { 
}

b, strong {
	font-weight: bold;
}

a:link, a:visited {
	color: #f8008c;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #a1ce01;
}

a:hover {
	color: #ffffff;
	text-shadow: 0px 0px 3px #ffffff;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0px;
	padding: 3px 3px 3px 0px;
}

.image-right {
	float: right;
	margin: 3px 0px 3px 3px;
	padding: 3px 0px 3px 3px;
}
	
/*</group>*/