* {
	margin: 0;
	padding: 0;
}

html {
	background: white;
}

body,td,div {
	font:13px/1.5 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	

}

p{	margin-bottom: 5px;
	padding-top: 3px;
}

a{color: black;cursor:pointer;font-weight:700;text-decoration:none}

a:hover{
	color: #693;
}

:link,:visited,:active{outline:none}

ol,ul{list-style:none;
	list-style-position: outside;
	padding-left: 10px;
	list-style-type: circle;
	line-height: 16px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.style{
	font-size: 15pt;
	font-weight: bold;
}

#products a{
	color: #693;
}

#products a:hover{
	color: black;
}
