a:link {
  	color: #c95a8d;
  	background-color: transparent;
  	text-decoration: none;
}

	a:visited {
  	color: purple;
 	background-color: transparent;
 	text-decoration: none;
}

	a:hover {
  	color: lightblue;
  	background-color: transparent;
  	text-decoration: underline;
}

	a:active {
  	color: yellow;
  	background-color: transparent;
  	text-decoration: underline;
}
	h1{
	font-size: 60px
}
	
	ul li {
  	font-size: 30px;
}
	hr{
		border-color:black
}
	img {
		border: 2px solid #333;
		border-radius: 25px;
}
	
	p {
		color: black;
		font-size: 15px
}
	h2{
		color: Black;
		font-size: 30px
}
	body, html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif"
}
	body{
	background-color:#6193A0;
	padding-bottom: 25px;
}

	.content {
    padding: 20px;
    min-height: calc(100vh - 60px);
}


	.site-footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding-bottom: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	height: 25px;
}


	@media (max-width: 600px) {
	.site-footer p {
        font-size: 14px;
    }
}
	th{
	font-size: 50px;
	font-style: oblique
}
	td{
	font-size: 35px;
	font:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"
}
	