BODY { 
	background-repeat: no-repeat;
        background-attachment: fixed;
}
H1 {
     text-align:center;
     text-decoration:underline;
     color:#0000CC;
     background-color:inherit;
}
H2 {
     color:#0000CC;
     background-color:inherit;
}
H3 {
     color:#0000CC;
     background-color:inherit;
}
a:link {
	text-decoration:none;
	color:#0000CC;
        background-color:inherit;
}
a:visited {
	text-decoration:none;
	color:#666666;
        background-color:inherit;
}
a:hover, a:active {
	text-decoration:underline;
}

P {
    color:black;
    background-color:inherit;
    text-indent: 0.8em;
}
UL { list-style:disc url(/ipc/image/tri_blue.png) outside; }
UL UL { list-style:circle url(/ipc/image/tri_blue.png) outside; }

EM {
    color:red;
    background-color:inherit;
    font-weight: bold;
}
