body  {
	text-align : center;
	font-family : Arial;
	font-size : 12px;
	color : #ffffff;
	font-weight : bold;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color : #000000;
}

a:link  {
	font-family : Arial;
	font-size : 12px;
	color : #ffffff;
	font-weight : bold;
	text-decoration : none;
}

a:visited  {
	font-family : Arial;
	font-size : 12px;
	color : #ffffff;
	font-weight : bold;
	text-decoration : none;
}

a:active  {
	font-family : Arial;
	font-size : 12px;
	color : #ffffff;
	font-weight : bold;
	text-decoration : none;
}

a:hover  {
	font-family : Arial;
	font-size : 12px;
	color : #ffffff;
	font-weight : bold;
	text-decoration : underline;
}

td  {
	text-align : center;
	font-family : Arial;
	font-size : 12px;
	color : #ffffff;
	font-weight : bold;
	text-decoration : none;
	background-repeat : no-repeat;
	background-attachment: fixed;
	background-position : center;
}

input { 
	font-family : Arial;
	font-size : 12px;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
	
}

textarea { 
	font-family : Arial;
	font-size : 12px;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
	overflow: hidden;
	
}

.skugga {
	background-image: url(../images/skugga.gif);
}

.left	{
	margin-left : 20px;
	text-align : left;
}

.right	{
	margin-right : 5px;
	text-align : right;
}

.center	{
	margin-right : 0px;
	text-align : center;
}

.black	{
	color : #000000;
	margin-left : 20px;
	text-align : left;
}

.over	{
	font-family : Arial;
	font-size : 13px;
	color : #000000;
	font-weight : bold;
	background-color : #cccccc;
}

.liten	{
	font-family : Arial;
	font-size : 10px;
	color : #ffffff;
	font-weight : bold;
}


