/*
gmajna.net CSS stylesheet

author: webmaster@gmajna.net
*/

/* body default block */

body {
  padding: 24px;
  margin: 0;
  text-align: left;
  background: #eeeeee;
  font-size: 100%;
  line-height: 120%;
  font-family: sans-serif;
}

a:link {
  color: #0000aa; 
  text-decoration: none;
}

a:visited {
  color: #000077; 
  text-decoration: none;
}

a:hover {
  color: #0000ff;  
  text-decoration: underline;
}

h1 {
  font: 2em sans-serif;
  margin: 0px 0px 24px 0px;
  font-weight: bold;
}

h2 {
  font: 1.66em sans-serif;
  margin: 0px 0px 18px 0px;
  /* font-weight: bold; */
}

img {
  margin: 0px 8px 0px 8px;
}

td {
  padding: 8px;
}