body  {
	position:relative;
	left:26px;
	background-color:#000000;
	background-image:url('pics/background/bck_frac_flipped_big.png');
	background-attachment:fixed;
	background-position: 0% 0%;
	background-repeat:repeat;
	font-family:times;color:white;font-size:20px;
}
.text{
	font-size:16px; 
	color:#ffffff;
	background-color:#040404;
	resize:none;
	opacity:0.9;
}
a {
	color: #FFCC44;
}
a:visited {
	color: #CC5500;
}
a:hover {
	color: #4ECCFF;
}
a:active {
	color: #FF4500;
}
a img {
	transition: 0.2s ease;
}
a:hover img {
	transform: scale(1.05);
	filter: drop-shadow(0 0 40px #FFAA00);
}
a:active img {
	transform: scale(0.8);
	filter: brightness(0.4);
}
