\documentclass[openany,10pt]{book}
\usepackage{verbatim,textcomp}
\usepackage[pdftex]{color,graphicx}
\usepackage[table]{xcolor}
\usepackage{calc}
\usepackage{fixltx2e}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{array,booktabs,color}
\usepackage{multirow}
\usepackage{float}
%Starting header and footer information
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead{}
\fancyhead[RO,LE]{\tiny\bfseries Test\textsuperscript{\textregistered}}
\fancyfoot{}
\fancyfoot[LE,RO]{\tiny\thepage}
\fancyfoot[LO,RE]{\tiny\bfseries Technical Test Guide}
\fancyfoot[C]{\tiny\copyright 2008 Test Inc.}
\renewcommand{\headrulewidth}{0cm}
\renewcommand{\footrulewidth}{0.01cm}
%finishing header and footer information
\usepackage{wrapfig}
%improves font quality
\usepackage[T1]{fontenc}
\usepackage{makeidx}
%Renders cross-reference links black and URL links blue
\usepackage[pdftex,colorlinks=true,linkcolor=black,urlcolor=blue]{hyperref}
\usepackage{caption}
%Creates customized color tags
\definecolor{olivegreen}{rgb}{0.419608 0.556863 0.137255}
\definecolor{webred}{rgb}{0.75,0,0}
\usepackage{titlesec}
%Modifies section heads
\titleformat{\chapter}
{\color{olivegreen}\normalfont\huge\bfseries}{}{}{\hspace*{-10pt}}
\titleformat{\section}
{\color{olivegreen}\normalfont\huge\bfseries}{}{}{\hspace*{-10pt}}
%Modifies subsection heads