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