/*Style sheet för html produklistorna*/
a:active, a:hover, a:link, a:visited
{
    color: #0000ff;
    text-decoration: none;
}

a.LinkType1:active, a.LinkType1:hover, a.LinkType1:link, a.LinkType1:visited
{
    color: #ffffff;
    text-decoration: none;
}

body
{
    background-image: url(toning_bottom_large.gif);
    background-repeat: repeat-x;
	background-position: bottom left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-top: 0px;
    padding: 0px;
	width: 100%;
	height: 100%;
}

body, table, td
{
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 8pt;
}

h1
{
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 14pt;
}
img
{
	border: none;
}

