/* CSS Document */
@import url("structure.css");
@import url("specific.css");
* {
margin:0;
padding:0;
}
body {
font-size:62.5%;
font-family:Arial, Helvetica, sans-serif;
color:#091c5e;
background:#ffb900
}
h1{
width:100%;
text-align:center;

}

h2,  {
color:#091c5e;
font-weight:normal;
font-size:1.3em;
padding-bottom:18px;
}
h3 {
font-size:1.2em;
}
p {
font-size:1.2em;
padding-bottom:10px;
}
label {
font-size:1.2em;
}
fieldset{
border:0;
}

input,textarea,select,button {

font-size:1.3em;

font-family:Arial, Helvetica, sans-serif;

background:#FFB900;

color:#091c5e
}



A:link, A:active, A:visited {
font-family: arial, helvetica, sans-serif;  
font-size: 12px; 
text-decoration: none;
color: blue; 
font-weight: normal;  
}

A:hover {
text-decoration: underline;  
font-family:arial, helvetica, sans-serif;  
font-size: 12px;
color: blue;
font-weight: normal; 

}