
/* * html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); } */
* { margin: 0; padding: 0; border:0; }

body {
	font-size:12px;
	line-height:135%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

a:link {text-decoration: underline;color: #f60;}
a:visited {text-decoration: underline;color: #f60;}
a:active {text-decoration: underline;color: #900;}
a:hover {text-decoration: underline;color: #900;}

strong{ color:#c60; }

ul{
	margin: 0 0 0 18px;
	padding: 0;
	width:520px;
	list-style-type:none;
}
li{
	margin-bottom:0.5em;
}