body { background-color: #CFE7E7; color: rgb(0,0,0); }

a:link { color: rgb(0, 0, 255); }
a:visited { color: rgb(136, 0, 136); }

h1 { color: rgb(0, 0, 51); }
h2 { color: rgb(0, 51, 102); }
h3 { color: rgb(51, 51, 102); }
h4 { color: rgb(0, 0, 0); }
h5 { color: rgb(0, 0, 0); }
h6 { color: rgb(0, 0, 0); }

p { color: rgb(0,0,0); }

table {	border-color: rgb(0, 0, 0); }
td { border-color: rgb(0, 0, 0); }

ol { color: ; }

ul { list-style-image: none; list-style-type: disc; color: ; }
ul ul { list-style-image: none; list-style-type: circle; color: ; }

hr { color: #0000FF; }
