

body 
{ 
  background-color: rgb(255,255,192);
  color: rgb(17,0,255);
  }

a 
{ 
  color: #ff0000;
  }

h1
{
  text-align: center;
 }

h2
{
  text-align: center;
 }

h3
{
  text-align: center;
 }

img
{ 
  margin: 4px;
 }

.textblock
{ 
  padding: 0 30mm 0 30mm;
  }

p
{
  text-align: justify;
 }


/* forms */

#form { 
  float: left;
  width: 100%
}

#form label {
  display: block;
  float: left;
  margin-bottom: 10px;
  text-align: right;
  width: 120px;
  padding-right: 20px;
}

#form input[type="text"], input, textarea, select {
  background-color: #EBF1FA;
  color: #222222;
}

#form input:focus, textarea:focus, select:focus { 
  color: black;
  background-color: white;
}

#form br {
  clear: left;
}

