BODY	{background-image: url(../pics/orange1000.gif); 
	background-repeat: repeat-y;
	font-family: sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
	margin-top: 46px;
	background-color: #ffaa00; 
}

H1 	{color : green;font-weight : bold;}
H2 	{color : green;}
H3 	{color : #123456;}
H4	{color : olive;}
H5	{color : black;}
hr	{background-image : url(../pics/orange1flop.gif);background-repeat: no-repeat;border : 0;height : 5px;}
P	{color : black;
width:80%;	}

A:link	{color : white;}
a:visited {color : lightblue;}
A:active  {color : black; }
A:hover  {color : #b1bdbd;font-weight : bold }

pre {
font-size : 13px;
}

.codebox {
	background-color : #ffaa00;
	padding: 0px;
	padding-left : 6px;
}

.linkbox {
	padding: 3px;
	padding-left : 16px;
}

.pItem {
	background-image: url(../pics/item01.jpg);border : 0;height : 9px;
	background-repeat: no-repeat;
	padding-left:	15px;
	margin-right: 2px;
	width: 10px;
}


.navbox {
	right: 0;
	top: 0;	
	position: fixed;
        background-color : #222233;
        color: white;
        padding: 0px;
        padding-right : 0px;
}


.footerbox {
	left: 0;
	bottom: 0;
	color: white;
	background-color : #222233;
	padding : 6px;
}
