/*Eugenia Leong*/

body{ background-color: lightblue; }

     p{ text-align: left;

        color: blue;
        
        font-size: 75%;

	font-weight: bold;

	font-style: normal;

	font-family: "times";

	margin: 3cm 5cm 5cm 5cm; }


     span{ text-align: right;

	 color: black;

	 font-size: 100%;

	 font-weight: bold;

	 font-family: "Helvetica";

	 margin: 9% 6% 3% 7%; }


	a:link { color: red; }

	a:active {color: green;

		  background-color: black;}

	a:visit {color: black;}

	a:hover {color: yellow;

		 text-decoration: bold;}

	address {color: green;

		 font-size: 5;

		 font-weight: bold;}

	pre {color: gray;
	     
	     size: 7;}

     .page-title { font-size: 40pt; }