body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color : Silver;
	margin : 0;
}
td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}
.nav {
	font-weight: bold;
	font-size: 26px;
}
h1 {
	font-size: 30px;
	font-weight: bold;
}
a:link{
	text-decoration : none;
	text-align : center;
	color : White;
	text-shadow : Black;
}
a:active {
	color: Red;
}
a:visited {
	text-transform : capitalize;
	font-variant : small-caps;
	text-decoration : none;
}
a:hover {
	text-transform : uppercase;
	font-variant : small-caps;
	font-weight : bold;
	color : Black;
}
.bg{
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	bottom : 100%;
}
#greeting {
	font-family: Verdana, Arial, sans-serif;
	color: white;
	position: relative;
	top: 100px;
	padding: 0 20px 0;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	border-style:outset;
	border-width:5px;
	border-color:silver;
	text-align : center;
	background-color:gray;
	}
