body {
	margin-top : 0px;
	margin-left : 0px;
	background-color : #999999;
    font-size : 1.0em;
	font-family : "Times New Roman";
	color : black;
	
}

a  {
  font-family : Times New Roman;
  color : #330099;
  text-decoration : none;
}

a:visited {
	font-family : Times New Roman;
	color : #333333;
	text-decoration : none;
}

a:hover  {
  color : #660066;
  text-decoration : underline
}

.big  {
    font-size : 1.1em; 
}

.mark_huge  {
	font-size : 1.8em;
	font-family : Times New Roman;
	color : #993366;
	font-weight : normal;
}

.small { 
	font-size : 0.6em;
	font-family : Times New Roman;
	font-weight : normal;
  }