p, tr, html {
		font-size: 20pt;
		color: cornsilk; 
		
}

a {
    text-decoration: none;
	color: cornsilk; 
}
a:link {
	color: cornsilk;
}
a:visited {
	color: cornsilk;
}
a:hover {
	color: #E06666;
}


body {
    background-color: black;
}
h2 {
	font-style: italic;
	color: white;
}
h1 {
	text-shadow: 4px 5px  #666666;
}

