
body 
{
   background-repeat:repeat;
   background-position:100% 100%;
   color:honeydw;
   background-image:url(background.gif); 
   background-attachment: fixed
}
blockquote 
{
	color:Silver
}
a:link {
   color:orange;
}
a:visited {
   color:sandybrown;
}
a:active {
   color:#ffffff;
}
a:hover {
   color:red;
   position:relative;
   top:0px;
   left:0px;
}
p.title {
	font-style: italic;
	color:skyblue;
	text-align: center
}
h1 {
   font-style: italic;
   color: skyblue;
   text-align: center   
}
h2 {
   color: coral;
   text-align:center
}
p.small {
   color:honeydew;
   font-size:11pt;
   font-weight:lighter;
   text-align:center
}
p.home {
   color:honeydew;
   text-align:center;
   font-weight:bold
}
p {
   color:cornsilk;
   margin:0px auto;
   font-weight:lighter;
   font-size:11pt
}

	

   