/* CSS by Alabama Farm */


body 
{
	background-color:		#000000;
	margin: 				5px 5px; /* setting top and bottom margin */
	padding: 				5px;
}


/* Text */ 

A:link
{
	text-decoration: 		none;
	color: 					#FF9900;
	font-weight: 			normal;
}
			
A:active	
{
	text-decoration: 		none;
	color: 					#FF9900;
	font-weight: 			normal;
}
			
A:visited	{
	text-decoration: 		none;
	color: 					#FF9900;
	font-weight: 			normal;
}

A:hover		
{
	text-decoration: 		none;
	color: 					#FF6600;
	font-weight: 			normal;
}

a.nav
{
	color: 					#FFFFFF;
}

th 
{
	color:					#000000;
	font-size: 				10px;
	font-weight: 			normal;
	font-family: 			verdana;
	text-decoration: none;
}

.rubrik 
{
	color:					#000000;
	font-size: 				16px;
	font-weight: 			bold;
	font-family: 			arial, verdana;
}

.rubrik3 
{
	font-size: 				12px; 
	font-weight: 			bold; 
}
