
body {
  background-color: #FFFFFF;
  background-image: url('');
  background-repeat: ;
  background-attachment: ;
  background-position:  ;
}

body,
button,
input,
select,
textarea,
legend {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
}

body,
legend {
  color: #606060;
}

#container {
  width: 1000px;
    
  
      margin-left: auto;
      margin-right: auto;
    
}

#main,
body.cke_editable {
  background-color: #ffffff;
  background-image: none;
  padding: 8px;
  overflow: auto;  
}

a {
  color: Darkblue;
      
  
      text-decoration: none;
    
}

a:visited {
  
      color: Darkgrey;
    
      text-decoration: none;
    
}

a:hover {
  
      color: Red;
    
      text-decoration: none;
    
}

a:active {
  
      color: Darkgreen;
    
      text-decoration: none;
    
}

h1 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 36px;
  color: Black;
}

h2 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 30px;
  color: Black;
}

h3 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  color: Black;
}

h4 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  color: Black;
}

h5 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  color: Black;
}

button,
input[type=submit],
input[type=button],
input[type=reset],
a.btn {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
  border-radius: 4px;
  border-style: none;
  padding: 5px 15px;
}

button:hover,
button:active,
input[type=submit]:hover,
input[type=submit]:active,
input[type=button]:hover,
input[type=button]:active,
input[type=reset]:hover,
input[type=reset]:active,
a.btn:hover,
a.btn:active{
  color: #ffffff;
  background-color: #5bc0de;
}
  