.rose {color: #bc8f8f;}
.dkred {color: #8b0000;}
.yello {color: #fffacd;}	
.grn {color: #008080}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #bc8f8f;		
 	color: #8b0000;
}

.wc {	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(cupids-wc.jpg);
}
.border {	background-image: url(border.jpg);
}

.plain {background-color: #fffacd ;
}


h1 {font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		font-style:  italic;
		color: #bc8f8f
}

.rd  {font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		font-style:  italic;
		color: #8b0000;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
	}
	

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
		border-bottom: 1px solid #fffacd ;
}


#logo {  	 
	margin-bottom:5;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
}




/* LINK */

a {
font-weight:bold;
font-family:Arial,Helvetica;
color:#8b0000;
text-decoration:none;
font-size:12px;
}
a:hover {
font-weight:bold;
font-family:Arial,Helvetica;
color:#fac0b0;
text-decoration:underline;
font-size:12px;
}

a:visited { 
color: #008080;
text-decoration: underline;
font-weight: bold;
}





