body { 
	background-color: #111111; 
	background-image: url(images/background.jpg); 
	color: #dddddd;
	font-family: courier new;
	font-size: 14px
}

h1 {
	font-family: verdana;
}

h2 {
	color: #dddddd;
	font-family: verdana;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
}

p {
	padding-left: 20px;
	padding-right: 20px;
}

a.menu {
	color: #dddddd;
	font-family: verdana;
	font-size: 20px;
	text-decoration: none
}

a.inline {
	color: #cc8800;
	font-family: courier new;
	font-size: 14px;
	text-decoration: underline
}

a.links {
	color: #cc8800;
	font-family: courier new;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline; 
} 

a { 
	color: #dddddd;
	font-size: 14px;
	text-decoration: none
}

.small {
	font-size: 14px;
}

a.photos {
	color: #cc8800;
	font-size: 12px;
	font-weight: bold;
}

img.photos {
	border-color: #333333;
	border-style: solid;
	border-width: 4px;
	width: 150px;
}

img.nav {
	border-width: 0px;
}


td.border{
	background-color: #080808;
	color: #cc8800;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}

td.body{
	background-color: #222222;
	text-align: center;
}


