
body {
	background-image: url("img/slizer_bg.gif");
	color: #bbbbbb;
	width: 800px;
}

.bodystart {
	background-image: url("img/slizer_bg_start.gif");
	color: #bbbbbb;
	width: 800px;
}

p {
font: 16px;
}

.caps{
	text-transform: uppercase;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

h1 {
	font-size: 20px;
	color: #00AD1A
}

table {
	width: 800px
}

td {
	border: 2px solid #001279;
}

a:link {
  color: #409BF7;
}

a:visited {
  color: #409BF7;
}