﻿body {
font-family: 'Verdana', arial, helvetica, sans-serif;
font-size: 85%;
text-align: center;
margin: 5px 4%;
color: #000;
background:#FFF;
background-image:url('home.jpg');
background-repeat: repeat-x
}

a:link, a:visited {text-decoration: none; color: #487725}
a:hover {text-decoration: none; color: #DFC; background-color:#487725; outline:none}

p {text-align: justify}

h1 {text-align: center;font-size: 150%;font-weight: normal}
h2 {text-align: center;font-size: 100%;font-weight: normal}
h3 {text-align: center;font-size: 75%;font-weight: normal}

img {margin:5px;padding:0;border:none}
img.flag {margin: 0px 5px 0px 0px}
img.ds {margin: 0 0 10px 10px; float: right;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	clear: both}

div.box{
padding: 10px;
background:#FFF;
background-image:url('200901.jpg');
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	overflow:auto;clear: both}

HR {
border-style:dotted;
height: 1px;
width: 95%;
color: #BBB
}