@charset "utf-8";

/* General styles
 * Created by: RYC
 * Project: United Buddy Bears Penang
 */

body { 
  height: 100%; 
  margin: 0; 
  padding: 0; 
  font-family: Arial; 
  font-size: 13px; 
  color: #000000;
  line-height: 22px;
}

a,
a:active,
a:hover,
a:visited {
  color: #f37124;
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

h1 {
  margin: 0 0 20px 0;
  font-size: 22px;
  font-weight: bold;
}

h2 {
  margin: 0 0 20px 0;
  font-size: 15px;
  font-weight: bold;
}

p {
  margin-bottom: 15px;
}

/* others */
.reset {
  clear: both;
}

.hide {
  display: none;
}