Просмотр файла style.css

Размер файла: 283B
body
	{
		font-weight: normal;
		font-size: 14px;
		color: #000000;
		font-family: trebuchet ms;
		background-color: #ccccff; 
	}

a	{ 
		color: blue;
		text-decoration: none; 
	}

a:hover   {
			text-decoration: underline;
			font-size:16px;
			color: blue;
    	}