
        body
        {
          background-image: url(DickMilesBackground.jpg);
        }

		#navcontainer ul
		{
			margin: 0;
			padding: 0;
			list-style-type: none;
		}

		#navcontainer li { margin: 0 0 10px 0; }

		#navcontainer a
		{
			display: block;
            font-family: Serif ;
            font-size: 16px;
			color: #FFF;
			background-color: #369;
			width: 140px;
			padding: 4px 10px;
			text-decoration: none;
			background-color: #369;
		}

		#navcontainer a:hover
		{
			background-color: #036;
			color: #FFF;
		}

        #label
        {
			display: block;
            font-family: Serif ;
            font-size: 16px;
			color: #FFF;
			width: 140px;
			padding: 4px 10px;
			text-decoration: none;
			background-color: #036;
        }

        #introtext
        {
            font-family: Serif;
            color: #000;
            font-size: 17px;
            position:absolute;
            top:120px;
            width:600px;
        }

        #CDTitle
        {
            font-family: Arial;
            font-weight: bold;
            font-size: 14px;
            color:  #000;

        }

        #CDIndex
        {
            font-family: Arial;
            font-size: 10px;
            color:  #000;
        }

        #CDReviewLink
        {
            font-family: Arial;
            font-size: 11px;
            color:  #000;
			text-decoration: none;
        }

        #CDReview
        {
            font-family: Serif;
            font-size: 15px;
            color:  #000;
        }

         #CDReview  h3
        {
            font-family: Serif;
            font-size: 18px;
            color:  #000;
        }

        #MyShopText
        {
            font-family: Arial;
            font-size: 12px;
            color:  #000;
        }

        #Books-Content
        {
            font-family: Serif;
            font-size: 12px;
            color:  #000;
            font-weight: normal;
            text-align: center;
        }

        #Books-Introduction
        {
            font-family: Serif;
            font-size: 16px;
            color:  #000;
        }

        #ContactMe
        {
            font-family: Serif;
            font-size: 12px;
            color:  #000;
            font-weight: bolt;
        }

        #ContactMe h1
        {
            font-family: Serif;
            font-size: 18px;
            color:  #000;
            font-weight: normal;
            text-align: center;
        }

        #links
        {
            font-family: Serif;
            font-size: 14px;
            color:  #000;
        }

        #links h1
        {
            font-family: Serif;
            font-size: 24px;
            color:  #000;
        }

        #links a
        {
            font-family: Serif;
            font-size: 14px;
            color:  #369;
            font-weight: bolt;
        }

        #links a:hover
        {
            font-family: Serif;
            font-size: 14px;
            color:  #036;
            font-weight: bolt;
        }

