body{
 	color:#333333; 
#	color:#000000; 
	bgcolor:#ffffff;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font:75%  Verdana, Arial, san-serif;
	font-size:90%;
	}

table {
	bgcolor:white;
	border:0px dotted #ddd;
	padding:5px;
	spacing:0px;
	hspace: 0px;
	wspace: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}	

th {
	text-align:center;
	font-size:130%;
	font-weight:bold;
	color:#003399;
	border-bottom: 1px solid #ddd;
}
	
td {
	font-size:90%;
}

.border {
	border:0px solid dddddd;
	padding:0px;
}	

pre {
	font-family:Courier, Helvetica, sans-serif;
	font-size:100%;
}

/* Normal navigation links in white background */
a {
	font-size:90%;
	font-style:normal;
	font-weight:bold;
#	text-decoration:none;
}
a:link {
	color:blue;
}
a:active {
	color:#3399FF;
}
a:hover {
	color:#3399FF;
	bgcolor:#eee;
}
a:visited {
	color:#FF0080;
	bgcolor:#eee;
}

/* Navigation links in navigation (blue) cells */
a.nav {
	font-size:90%;
	font-style:normal;
#	font-weight:bold;
#	text-decoration:none;
}
a.nav:link {
	color:white;
}
a.nav:active {
	Color:#3399FF;
}
a.nav:hover {
	color:#3399FF;
	bgcolor:#eee;
}
a.nav:visited {
	color:#FF0080;
	bgcolor:#eee;
}

/* For front page items */
.adheadline {
	font:130% Georgia, Times, san-serif;
	line-height:110%;
	font-weight:bold
}

.adsummary {
	font:100%  Verdana, Arial, san-serif;
	line-height:120%;
	color:#333333
}

.headline {
	font:110% Georgia, Times, san-serif;
	line-height:110%;
	font-weight:bold
}

.summary {
	font:75%  Verdana, Arial, san-serif;
	line-height:120%;
	color:#333333
}

/* Discussion board - dbrd */
p.dbrd {
	margin-left:10%;
	margin-right:10%
}

div.dbrd {
	font-size:120%;
	margin-left:5%;
	margin-right:5%
}

/* Signature */
div.sig {
	margin-left:2.5em;
	font-size:110%;
	font-weight:bold
}

/* Cite for answer */
p.acite {
	font-style:italic;
	color: fuchsia;
	margin: 1.5em
}
