/***********************************************/
/* szarlotka.css                               */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #CCCCCC;
}


/********* form and related tag styles *********/

#link1{
	position:absolute;
	right: 2%;
	width:246px;
	height: 22px;
	left: 35%;
	top: 168px;
}

#link1 a{
	text-decoration: none;
	color: rgb(51, 204, 0);
}

#link1 a:hover{
    color: rgb(51, 204, 0);
	text-decoration: underline;
}

#link1 a:visited{
	color: rgb(51, 204, 0);
}

#link2{
	position:absolute;
	right: 2%;
	width:235px;
	height: 20px;
	left: 49%;
	top: 210px;
}

#link2 a{
	text-decoration: none;
	color: rgb(255, 204, 0);
}

#link2 a:hover{
    color: rgb(255, 204, 0);
	text-decoration: underline;
}

#link2 a:visited{
	color: rgb(255, 204, 0);
}

#link3{
	position:absolute;
	top: 258px;
	left: 39%;
	right: 2%;
	width:277px;
	height: 22px;
}

#link3 a{
	text-decoration: none;
	color: rgb(204, 0, 0);
}

#link3 a:hover{
    color: rgb(204, 0, 0);
	text-decoration: underline;
}

#link3 a:visited{
	color: rgb(204, 0, 0);
}

#link4{
	position:absolute;
	top: 294px;
	left: 60%;
	right: 2%;
	width:186px;
	height: 25px;
}

#link4 a{
	text-decoration: none;
	color: rgb(51, 102, 255);
}

#link4 a:hover{
    color: rgb(51, 102, 255);
	text-decoration: underline;
}

#link4 a:visited{
	color: rgb(51, 102, 255);
}
