.home
{
background-image:url(grad.png);
background-repeat:repeat-x; 
font-family: helvetica,arial,georgia;

}


/*red page*/

.red
{
font-family: helvetica,arial,georgia;
background: rgb(197,16,26);

}



/*white page*/
.white
{
font-family: helvetica,arial,georgia;
background:rgb(243,213,156);

}


/*rose page*/
.rose
{
font-family: helvetica,arial,georgia;
background:#F8B0B0;

}


/*heading all pages*/
h1
{
text-align:center;
text-decoration: underline;
font-size: 45px;
font-family: Algerian;
font-weight: bold;
font-style:italic;
letter-spacing: 0.1em;
padding: .50em;
margin-right:35px;
margin-left: 75px;
margin-bottom: 80px;

}

h2
{
color:rgb(0,0,53);
font-variant: small-caps;
text-decoration:underline;
margin-right:100px;
margin-left:200px;
}


/*navagation*/
links
{
display:none;
}

a:visited
{
color: rgb(0,102,102);
}

.links ul
{
color:rgb(0,40,40);
margin-top: 120px;
font-size:20px;
position:fixed;
width:20%;
margin-left: -15px;
line-height: 3em;
list-style: none;

}

 /*all pages*/
p
{
font-family: helvetica,arial,georgia;
font-size:20px;
text-indent: 2em;
line-height:1.3;
padding-bottom:1em;
margin-right:100px;
margin-left:200px;

}


/*pics*/
.pic
{
float:right;
margin:0 15px 0px 25px;

}

/*red pic*/
.redd
{
margin-top: 50px;
margin-left: 500px;
margin-bottom: 80px;
}

/*white wine pic*/
#pic
{
float:right;
margin:0 15px 0px 25px;

}

/*rose pic*/
#roses
{
float:right;
}


 
 