/* Tyylimäärittelyt */
/* Heikki Nikkanen 2011 */


* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 50px 0 0 0;
	background: #000000;
	font: 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	}
	
a {
	text-decoration: underline;
	color: #FFF;
	}
	
a:hover {
	text-decoration: underline;
	color: red;
	}

#logo{
	width: 750px;
	margin-right: auto; 
	margin-left: auto;
	}

table {
	border-collapse: collapse;
	text-align: center;
        }


table, caption, td, th {
	border: 0;
	}


img {
	border: 0;
  	}

.vasen {text-align: left;
   	margin-bottom: 15px;
        }

