								body {
									background-color: #FFFFFF; /* background color */
									color: #000000; /* text color */
									font-family: Arial; /* font name */
									font-size: 10pt; /* font size */
									margin: 4px 4px 4px 4px; /* top right bottom left */
								}

								.smaller {
									color: #000000; /* text color */
									font-family: Arial; /* font name */
									font-size: 9pt; /* font size */
								}

																						a:active {
									color: red; 
									font-weight: bold;
									decoration: none;
								}

								a:hover {
									color: Maroon;
									font-weight: bold;
									decoration: none;
								}
								
								a:link {
									color: teal;
									font-weight: bold;
									decoration: none;
								}

								a:visited {
									color: teal; 
									font-weight: bold;
									decoration: none;
								}