body {
	margin-top:25px;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-x;
	background-color:#27539e;
	background-attachment:fixed;
	}

td { 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	line-height: 22px; 
	color: #404040; 
	}
H1 {	
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	line-height: 22px; 
	color: #74b130;
	}

.button { 
	background-image: url("images/button.gif");
	background-repeat: no-repeat;
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #ffffff; 
	padding-left:10px;
	}

.kolom { 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #ffffff; 
	background-image: url("images/bgkolom.gif");
	background-repeat: repeat-y;
	padding-left:5px;
	}
	
.content { 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	line-height: 22px; 
	color: #404040; 
	padding:20px;
	}		

	
.footer { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #ffffff; 
	line-height:15px;
	}

A:link { text-decoration: underline; font-weight: bold; color: #74b130; } 
A:visited { text-decoration: underline; font-weight: bold; color: #74b130; } 
A:hover { 	text-decoration: underline;  font-weight: bold; color: #74b130; }

A.nav:link { text-decoration: none; font-size:14px; font-weight: bold; color: #ffffff; } 
A.nav:visited { text-decoration: none; font-size:14px; font-weight: bold; color: #ffffff; } 
A.nav:hover { 	text-decoration: underline; font-size:14px; font-weight: bold; color: #ffffff; }