@charset "utf-8";
/* CSS Document */
p::first-letter{
	font-size:130%;}

 /* unvisited link */
a:link {
  color: black;
  text-align:right;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: black;
}

/* selected link */
a:active {
  color: black;
} 