/* probstein.com style sheet */

/* browser link styles */

A {	
	color:#CCCC66;
}
A:Visited {
	color:#CCCC66;
}
A:Hover {
	color:yellow;
}
.closed {
	color: #333333;
}
.tbr {
	color: #999999;
}
.callout {
	color: #CCCC66;
}
.webding {
	color: white;
	font-family: webdings;
	font-size:14pt;
}

/* body styles */

BODY {
	background: black;
}

/* navigation area styles */

.navedge {
	background: #303030;
	text-align: left;
}
.navbar {
	background: #404040;
	color: white;
	font-family: verdana,tahoma,arial,helvetica;
	font-size:18pt;
	text-align: left;
}
.navmenu {
	background: #404040;
	color: white;
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 7pt;
	text-align: left;
}
.navfade1 {
	background: #242424;
}
.navfade2 {
	background: #181818;
}
.navfade3 {
	background: #121212;
}

/* body styles */

.body {
	color: white;
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 8pt;
}
.big {
	color: white;
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 14pt;
	font-weight : normal;
}
H1 {
	color: white;
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 14pt;
	font-weight : normal;
}
hr {
	height: 1px;
	width: 468px;
	color: #404040;
}
.wide {
	width: 668px;
}
.note {
	color: white;
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 6pt;
}
.fixwhite {
	color: white;
}
