/* 
    Document   : jajaxos_window_content
    Created on : 17.2.2008, 21:33:00
    Author     : netmouse
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*
root { 
    display: block;
}
*/

body {
  font-family: Arial;
  font-size: 14px;
  font-color: black;
  /*background-color: #ffcc00;*/
  background: #FFD76D; 
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

a {
  color: #cc0000;
}
a img {
  border: none;
}

div {
  padding-bottom: 20px;
}

td.value {
  font-weight:bold;
  color: #cc0000;
}