body {background-color:blue;
		 font-family:arial;
		 font-size:12pt;
		 color:white;
		 font-weight:bold;
		 text-align:justify;
		 }
		 a:link, a:visited {color:white;
			text-decoration:none;
			font-weight:bolder;
			}
			a:link:hover {background-color:lightblue;
			text-decoration:underline;
			}
			a:active {color:red;
			text-decoration:underline;
			}
div::first-letter {font-size:200%;
							 background-color:black;
							 }
.smallfont {font-size:65%}
.italic {font-style:italic;
			}
