
body 
{
	width:800px;
	text-align: left;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
h1, h2, h3, h4 {
	font-weight: bold;
	color: black;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h1 
{
	margin:15px;
	font-size: 200%;
}
td.header
{
	colspan:2;
	height:140px;
}
td.sidebar
{
	width:200px; 
}
td.content
{
	width:600px;
    line-height:17px;
}
td.footer
{
}
div.question
{
	background-color:White; 
	line-height:15px;
	padding-left:30px; 
	text-align:left;
}
div#popup
{
	width: 560px;
	padding: 20px;
	text-align:left;
	line-height:17px;
}

a:hover {
	text-decoration: underline;
}
a
{
	text-align: left;
	color: #00008b;
	line-height: 15px;
    text-decoration:none;
}
div#popup h1
{
    margin:0px;
    font-size:150%;
}