img	{
	color:#009cda;
	border: solid;
	position: center;
	padding: 5px 5px 5px 5px
	margin: 5px 5px 5px 5px	
	}

h1	{
	font-size:63px;
	color:blue;
	text-align: center;
	}

body	{
	background: #ebf5fc
	}

#enter
	{
	position: center;
	border-color: red;	
	}

#home
	{
	position: center;
	border-color: blue;	
	}

#toc	{
	font:20px;
	text-color:blue;
	text-align: center;
	white-space:norap;
	}

a:link {color:blue;}
a:visited {color:red;}
a:focus {color:olive;}
a:hover {color:green;}
a:active {color:blue;}