/* POLARIS */

body{
  color           : #101010;
  background      : #FFFFFF;
	width           : 800px;
	margin          : 50px;
	padding-left    : 10px;	
}

h1,h2,h3,h4,h5{
  color           : navy;
}

p{
  padding         : 1px;
	margin          : 0px;
}

th{
  color           : #604060;
  background      : #f0e0f0;
  font-weight     : normal;	
}

td{
  color           : #100010;
  background      : #ffffff;	
}

strong{
  color           : navy;
  font-weight     : bold;
  background      : transparent;	
}

a:link{
  color           : blue;
  text-decoration : none;
}

a:visited {
  color           : navy;
  text-decoration : none;
}
