			th, td {
				padding: 30px;
			}
			body{
				margin-left: 5%; margin-right: 5%;
				background-color:DodgerBlue
			}
			a:link {
				color: yellow;
				background-color: transparent;
				text-decoration: none;
			}
			a:visited {
				color: MediumVioletRed;
				background-color: transparent;
	  			text-decoration: none;
			}
			a:hover {
				color: pink;
				background-color: transparent;
				text-decoration: underline;
				font-size:150%
			}
			a:active {
				color: hotpink;
				background-color: transparent;
				text-decoration: underline;
			}