/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.09.2013, 10:22:52
    Author     : berg_cr
*/


body {
  background-color: #ffffff;
}
p {
  font-family: sans-serif;
}
p.alert{
  color: #ff3333;
}
h1 {
  font-family: sans-serif;
}
a {
  font-family: sans-serif;
  font-weight: bold;
  text-decoration: none;
}
table {
    border-collapse: collapse;
}
table,th,td{
    border:1px solid black;
}
td {
    padding:10px;
    font-family: sans-serif;
}