﻿<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
	<head>
	<title>Some CSS related bugs in Presto</title>
	<style type="text/css">
	html
		{background-color:teal;
		padding:2%;
		font-family:serif;}
	ul
		{background-color:#88bbbb;
		list-style-type:none;
		border-width:1px 3px 3px 1px;
		border-style:solid;
		padding:1em;
		line-height:1.5em;}
	a:link
		{color:black;
		text-decoration:none;}
	a:visited:after
		{content:" (visited)";}
	a:hover
		{background-color:yellow;
		text-decoration:none;}
	</style>
	</head>
<body>
<ul>
<li><a href="../opera/bugs.xml">CSS bugs in Opera 9</a></li>
<li><a href="oldbugs.xml">CSS bugs in Opera 8</a></li>
</ul>
</body>
</html>
