html {
	font-size:100.01%;
	height: 100%;
}

body {
  background-color:#000000;
  margin: 10;
  font-family:"Times New Roman", Times, serif;
  font-size: 16px;
  line-height:20px;
  color: #d9ccbe;
  height: 100%;
}

/* text styles */

a { text-decoration:underline; color:#4285BB;}
a:focus { outline:none; }
a:link { color: #4285BB; }
a:visited {	color: #fce688; }
a:hover { color: #fce688; text-decoration:underline; }
a:active { color: #4285BB; }

.lighttext {
   font-family:"Times New Roman", Times, serif;
   font-size: 16px;
   font-weight: bold;
   line-height:18px;
   color:#130a02;
}


/* end text styles */

img { border:none; }
