﻿/*----styl dla ciekawe_strony.html----*/
#main
{
	background-color:#339900;
	font-family:arial,tahoma,verdana;
	font-size:14px;
	
	color: 	#006600;
}
#content
{
	width:600px;
	border:6px solid #99cc66;
	height:auto;
	margin:0 auto;
	background-color:#ffffcc;
	padding: 20px;
	line-height:24px;
}
a:link {color: #66cc66; text-decoration:none; font-weight:bold;}
a:visited { color: #99cc33; text-decoration:none; font-weight:bold;}
a:hover { color: #99cc66; text-decoration:none; font-weight:bold;} 