HTML, BODY {
		background:#DEE6AA url(tlo.jpg) repeat-x top;
		margin: 0px;
		font-family: Verdana, sans-serif;
		font-size: 11px;
		padding:0px
}

H1 {
	font-size:18px
}

H2 {
	font-size:14px
}


A:LINK {
    text-decoration: none;
    color:#010167;
	background-color:inherit
}

A:VISITED {
    text-decoration: none;
	color:#010167;
	background-color:inherit
}

A:HOVER {
    text-decoration: underline;
	color:#010167;
	background-color:inherit
}

A:ACTIVE {
    text-decoration: underline;
	color:#010167;
	background-color:inherit
}
#main {
	width:800px;
	margin:0 auto;
	}

