BODY { 
	margin:20px 20px 20px 20px;
	background-color: #ffffff;
	color: #000000;
	}

A { text-decoration : none; font-weight : bold; color : #0033ff; }
A:hover  { background-color : #bbbbff; color: #000; }	

A.broken { font-weight : bold; color : #0033cc; text-decoration : line-through; }
A.broken:visited {color : #6666cc; }
A.broken:hover  { background-color : #f26; color: #fff; }	


.new {color : #0000ff; background-color: lightgreen;}
A.new:visited {color : #6666cc; }
A.new:hover  { background-color : #bbbbff; color: #000; }	

h1{
   font-weight : bold; 
   color : #6386c9; 
   font-size : x-large
}

h2,h3,h4,.head{
   font-weight : bold; 
   background-color : #666; 
   color : #fff; 
   padding: 2px;
   font-size : larger
}

A.h { font-weight : bold; color : #fff; background-color: #666; text-decoration : underline; }
A.h:visited {color : #fff; }
A.h:hover  { background-color : #fff; text-decoration: none; color: #666; }	



.container {
	width: 100%;
	float: right;
	margin-left: -210px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	border:1px solid #666;
}


#blurb {
margin-left: 5px;
top: 50px;
}

#links {
float: right;
width:300px;
background:#fff;
padding: 2px;
border-left: 2px dotted #000;
border-bottom: 1px solid #000;
	}

.hl {
   font-weight : bold; 
   background-color : #fd0; 
   color : #000; 
}


.ghost {
	display: none;
}


