body {
font-size: 100%;
color:black;
background-color:white;
}

body, p, h1,h2,h3 {
font-family: "Verdana CE", "Arial CE",
"Lucida Grande CE","Helvetica CE", Verdana, Arial, lucida, 
sans-serif 
}

p {text-align: justify}
p.indentuj {text-indent: -2.5em}

h1 {
font-size: 140%; text-decoration: underline;letter-spacing: +1em;
text-align: center; text-transform: uppercase
}
h2 {font-size: 120%}
h3 {font-size: 80%;letter-spacing: +0.5em}

img
{
border-style: solid;
border-width: 2px;
}

div#center {
width: auto;
margin: auto;
position: absolute;
left: 20%;
right: 20%;
}

a:link {color: black; text-decoration: underline}
a:visited {color: black; text-decoration: underline}
a:hover {color: blue; text-decoration: underline}
