/***************************************************************************************/
/*Stylesheet för de statiska html-sidorna*/
/***************************************************************************************/

a:active, a:hover, a:link, a:visited
{
    color: #505050;
    text-decoration: none;
}
            
a.LinkType1:active, a.LinkType1:hover, a.LinkType1:link, a.LinkType1:visited
{
    color: #606060;
    text-decoration: none;
}

body
{
	/*background-color: #ffffff;*/
	background-image: url(toning_bottom.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, p
{
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 8pt;
}

#tblfact
{
	background-color: #f5f5f5;
	padding: 2px;
	width: 580px;
}

.Text-Spooky
{
    color: #808080;
}

img
{
	border: none;
}
