body {
    font-family: verdana;
    font-size: 10pt;
    background-image: url('http://layout.ivao.fi/christmas/bg.gif');
    /*background-color: #951812; */
    background-color: #760000;
    margin: 0px;
    text-align: center;
}

td {
    font-family: verdana;
    font-size: 10pt;
}

H1, H2, H3, H4 { 
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif; color: #0045a8;
	margin-top: 5px;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 150%;
}

h3 {
	margin-top: 15px;
	font-size: 140%;
}

h4 {
	margin-top: 15px;
	font-size: 120%;
}

a {
    color: #015ee3;
    text-decoration: underline;
}

a:hover {
    color: gray;
    text-decoration: underline;
}

/* LEISKAN RUNKO */

.layout {
	position: relative;
	width: 800px;
	top: 0px; 
	bottom: 0px;
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;

	text-align: left;

	border-top: 0px;
	border-bottom: 0px;
	border-left: solid 1px BLACK;
	border-right: solid 1px BLACK;

	background-color: WHITE;
	min-height: 600px;
	}
	
.header {
	border: 0px;
}
	
.navi1area {
	border: 0px;
	margin: 0px;
	height: 27px;
	width: 800px;
	background-image: url('http://layout.ivao.fi/christmas/navbg.jpg');
}

.navi1 {
	color: WHITE;
	
	padding: 6px;
	font-size: 11px;
	text-align: center;
}

.navi1 a {
	font-family: verdana;
	color: WHITE;
	font-weight: bold;
	text-decoration: none;
}

.navi1 a:hover {
	color: LIGHTGRAY;
}

.navi1 .navigationlinka {
	color: BLACK;
}

.content {
	width: 760px;
	min-height: 100%;
	color: BLACK;
	padding: 20px;
	}
	
content h1 {
	color: darkgreen;
}

content h2 {
	color: darkgray;
}
