BODY {
	background-image: url(background.png);
	background-repeat: repeat;
	color: #000;
	font-size: 12px;
	line-height: 155%;
}
A:link { color: blue;text-decoration: none;}
A:visited { color: blue;text-decoration: none;}
A:hover { color: red}
TABLE,TR,TD{
	font-size: 12px;
	line-height: 155%;
}
H1,H2,H3{
	text-align: center; 
	color: #FFF; 
	background-color: #282;
	border-top: 2px solid #2A2;
	border-right: 2px solid #060;
	border-bottom: 2px solid #060;
	border-left: 2px solid #2A2;
	padding: 4px 0px 0px ; 
}
H4,H5,H6{
	color: #222; 
	background-color: #8C8; 
	border-top: 2px solid #9D9;
	border-right: 2px solid #7B7;
	border-bottom: 2px solid #7B7;
	border-left: 2px solid #9D9;
	padding: 2px 3px 0px ; 

}
I {
	color:AAA; 
}
DIV{
    margin-left: 15px;
    margin-right: 15px;
}
.pathl{
    margin-left: 0px;
    font-size: 10px;
    text-align: left; 
}
.pathr{
    margin-right: 0px;
    font-size: 10px;
    text-align: right; 
}