
H1 {
/*	background: #800080;  */
	border-width: 2px ;
	border-color: #90a0ff;
	border-style: solid;
}

BODY {
	font-family: Arial, Helvetiva, sans-serif;
	background: #e8e8e8;
	color: #101050
}

P {
	color: #101010
}

A {
 color: #4f5da5;
 font-weight: bold;
}

A:link { 
	color: #4f5da5;
	font-weight: bold;
}

A:visited { 
	color: #4f5da5;
	font-weight: bold;
}

A:hover { 
	color: #ff0000;
	font-weight: bold;
}

A:active { 
	color: #ff00ff;
	font-weight: bold;
}

DIV.navbar {
	line-height: 1.5;
}

DIV.minilogo {
	text-align: center;
}

DIV.leftside {
	text-align: left;
/*	font-size: 1.1em; */
	font-weight: normal;
}

DIV.mainbody {
	width: 450px;
}

PRE {
	font-size: 0.8em;
}
