/* CSS Document */
body
	{
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	text-align: center;
	position: relative;
	color: black;
	padding: 0px;
	border: 0px;
    }

A:link
    {
    color: black;
    text-decoration: underline;
    font-family: arial, verdana, sans-serif;
    }
    
A:visited
    {
    color: black;
    text-decoration: underline;
    font-family: arial, verdana, sans-serif;
    }
    
A:active
    {
    color: black;
    text-decoration: underline;
    font-family: arial, verdana, sans-serif;
    }
    
A:hover
    {
    color: red;
    text-decoration: none;
    font-family: arial, verdana, sans-serif;
    }

table
    {
    font-size: 13px;
    font-family: arial, verdana, sans-serif;
    }
	
b
	{
	font-weight: bold;
	}
	
.bold
	{
	font-weight: bold;
	}
	
.size10
	{
    font-size: 10px;
	}
	
.size16
	{
    font-size: 16px;
	font-weight: bold;
	}
	
.size18
	{
    font-size: 18px;
	font-weight: bold;
	}
	
.size24
	{
    font-size: 24px;
	font-weight: bold;
	}
	
.kategori
	{		
    color: white;
	font-weight: bold;
	text-align: center;
    text-decoration: none;
	}
	
.explanation
	{
	padding: 2px;
	width : 400px;
	display: none;
	border-width: 2px;
	position: absolute;
	border-style: solid;
	border-color: #68B0ED;
	background-color: #E1EBF0;
	}
	
.initialisation
	{
	border-width: 2px;
	border-style: solid;
	border-color : #E1EBF0;
	background-color: #E1EBF0;
	}
