/* These are general style sheets for the whole application. */

a:link {
  color: #FFFFFF;
}

a:visited {
  color: #AAAAAA;
}

a:hover {
  color: red;
}

body {
	background: #00a1b4;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
	font-color: #FFFFFF;
	margin-top : 20;
	margin-left : 20
}

table {
	font-size: 9pt;
}