@charset "utf-8";
/* CSS Document */
/*   Colors

*/
html {
	background-image:url(images/background3.jpg);
}
a, a:visited {
   outline-style:none;
   outline-color: -moz-use-text-color;
   outline-width: medium;
}

#content h2 {
	color: #ffffff;
	background:#c77f96;
	}

#content h2 a {
	color: white;
	}

#content h2 a:hover {
	color: #7a4214;
	}
#content .pagehead {
        border-bottom: #8e84b8 4px solid;
        font-size: 1.2em !important;
        padding-left: 20px !important;
        text-transform: uppercase;
        height: 17px;
}
#links li {
       font-size:1.3em;
       color:#7a4214;
       list-style-type: circle;
}
#links li a {
       text-decoration:none; 
       color:#7a4214;   
}
#sidebar a {
	color: #7a4214;
	}
	
#sidebar a:hover {
	color: #f7b38c;
	}

/*  comments on index.php   */
.nocomments {
        font-size:.8em;
        color:brown;
        margin-left:15px;
}
.pcomment {
       font-size:.7em;
}
.pcomment a{
        text-decoration:none;
        color:red;
        font-weight:bold;
}
.pcomment a:hover{
        text-decoration:underline;
}
.fpimage {
      float:left;
      margin:0 15px 0 4px;
      border:none;
      outline:none;
}