/* undo.css removes margins, padding and the whatnot */
/* it removes all inherent styling created by browsers; */
/* underlined links, lists having breaks after each item, etc. */
/* the idea being that you are to insert your own will in your */
/* pages. not be bullied by those EVIL BROWSER MAKING CORPORATIONS!!! */


<!---->/*\*//*/*/@media tty { _ { content:"\"\}\""; } /**/

:link,:visited { text-decoration:none; }

ul,ol { list-style:none; }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
    margin:0; padding:0;
}

a img,:link img,:visited img {
    border:none;
}

address
    {
    font-style:normal;
}

* { margin: 0; padding: 0; }

.clear
	{
	clear:both
}

.right
	{
	float: right;
}

.left
	{
	float: left;
}


* {
	background: transparent;
	border: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	list-style: none;
	padding: 0;
	text-decoration: none;
}

