body  {
	background : url(OdinEntering.jpg);
	background-color : #000000;
	margin-left : 10;
	background-repeat : repeat;
	background-position : center;
}

h1  {
	font-size : xx-large;
	font-family : "Times New Roman", Times, serif;
	font-weight : bold;
	font-style : italic;
	color : Yellow;
}

h2  {
	font-size : large;
	font-family : "Times New Roman", Times, serif;
	font-weight : bold;
	font-style : italic;
	color : Yellow;
	text-align: center;
}

h3 {
	font-size : large;
	font-family : "Times New Roman", Times, serif;
	color : Yellow;
	text-align : center;
}
	
p  {
	color : Yellow;
	font-size : medium;
	font-family : garamond;
}

td  {
	color : Yellow;
	font-size : medium;
	font-family : garamond;
	font-weight : bold;
}

.links {
	color : Yellow;
	font-size : smaller;
	font-family : garamond;
	text-align: center;
}

.links a {
	color : Yellow;
	font-size : smaller;
	font-family : garamond;
	text-align: center;
}

a:link  {
	color : White;
	font-weight : bold;
}

a:visited  {
	color : Red;
	font-weight : bold;
}

