/***********************************************/
/* start_page_style.css                        */
/* Use with autsajderzy INDEX page             */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #CCCCCC;
	text-decoration: none;
}

a:visited{
	color: #CCCCCC;
	text-decoration: none;
}

a:hover{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

img:hover{
 border-bottom: dashed thin #000;
}
