﻿body {
font-family: Arial, Helvetica, sans-serif; 
margin-top:30px;
width: 100%;
text-align: center;
BACKGROUND-COLOR: 004e98;
}
body A:link {text-decoration: none; COLOR: #0000A0;}
body A:visited {text-decoration: none; COLOR: #5388c3;}
body A:hover {text-decoration: underline; COLOR: #0000A0;}


#wrapper {
color: #0000A0;
width:800px;
height: auto;
margin-left: auto;
margin-right: auto;
padding: 5px 5px 5px 5px;
background-color: #ceedca;
border: 1px grey solid;
}


.button1 {
border-style: outset;
border-width: 5px;
padding: 0;
margin: 0
}
  

.title_bold {
font-size: -1;
font-weight: bold;
}

.title_normal {
font-size: -1;
font-weight: normal;
}

.text_bold {
font-size: 90%;
font-weight: bold;
}

.text_normal {
font-size: 90%;
font-weight: normal;
}

.smalltext_bold {
font-size: 75%;
font-weight: bold;
}

.smalltext_normal {
font-size: 75%;
font-weight: normal;
}
  
.verysmalltext_bold {
font-size: 70%;
font-weight: bold;
}

.verysmalltext_normal {
font-size: 70%;
font-weight: normal;
}
