/*Any change in this file should be added to the feedback form file*/

body{border:0;
      padding:0;
      margin:0;
      background: rgb(255,255,255) url(../Images/background.png);
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
      text-align:center ;
      margin:0 auto;}

#toplevel {
  position: relative;
  width: 1000px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: rgb(255,255,255);
  text-align: left;
  opacity: 0.9;
}
  
A {
   border: 0;
}

IMG {
   border: 0;
}

html, body{
height: 100%;
 }
 
 p.body{
  font-family: verdana, garuda, arial;
 }
 
a.menu:link {
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    color: #EEEEEE;
    text-decoration: none;
}

/* visited link */
a.menu:visited {
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    color: #EEEEEE;
    text-decoration: none;
}

/* mouse over link */
a.menu:hover {
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

/* selected link */
a.menu:active {
    font-family: arial; 
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}   

