


body {
	font:15px "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #ffffff ;
	color: black;
	margin: 40;
	padding: 0;
}

table {
	font-size: 100%;
	color: black;
	background-color: white;
}
a {
	text-decoration: none;
	color: #002bb8;
	background: none;
}
a:visited {
	color: #5a3696;
}
a:active {
	color: #faa700;
}
a:hover {
	text-decoration: underline;
}
a.stub {
	color: #772233;
}
a.new, #p-personal a.new {
	color: #ba0000;
}
a.new:visited, #p-personal a.new:visited {
	color: #a55858;
}

img {
	border: none;
	vertical-align: middle;
}

p {
	margin: .4em 0 .5em 0;
	line-height: 1.5em;
}

p img {
	margin: 0;
}

hr {
	height: 1px;
	color: #aaa;
	background-color: #aaa;
	border: 0;
	margin: .2em 0 .2em 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #001177;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}


h1 { 
	font-size: 195%; 
	border-bottom: none;	
}


h2 { font-size: 150%; }

h3 {
	color: #001177;
	border-bottom: none;	
	font-size: 130%;
}

h4 { 
	font-size: 110%; 
	border-bottom: none;	
}

h5 { 
	font-size: 95%; 
	border-bottom: none;	
}

h6 { 
	font-size: 80%;  
	border-bottom: none;	
}

ul {
	line-height: 1.5em;
	list-style-type: disc;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url(bullet.gif);
}
ol {
	line-height: 1.5em;
	margin: .3em 0 0 3.2em;
	padding: 0;
	list-style-image: none;
}
li {
	margin-bottom: .1em;
}
dt {
	font-weight: bold;
	margin-bottom: .1em;
}
dl {
	margin-top: .2em;
	margin-bottom: .5em;
}
dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}

pre {
	width: 60%;
	font-family: monospace;
	font-size: 80%;	
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
	
	word-wrap: break-word;       /* Internet Explorer 5.5+ */	
	_white-space: pre; /* IE only hack to re-specify in addition to word-wrap */
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	font-family: monospace;
	font-size: 90%;	
}


.hmenu{
	text-align: center;
	font-size: 130%;	
}

.floatright{
	margin: 2 20 2 10;
	float: right;
}


