/*
Title:      	Pure CSS Rounded Corners Demonstration
Author:     	Sam Rayner
Updated:    	August 07
*/

* 	{
	margin: 0;
	padding: 0;
	}

body { 
	font: 62.5% tahoma, verdana, arial, sans-serif;
	padding-top: 100px;
	width: 500px;
	margin: 0 auto;
	}

h1 	{ display: none; }

ol, ul, dl { 
	list-style: none;
	font-size: 1.1em;
	margin: 1em 0;
	}

a 	{ text-decoration: none; }