body {
margin: 0px;
padding: 0px;
background-image: url("bg.png");
background-color: #FC88B5;
font-size: 11px;
color: #FC88B5;
font-family: tahoma;
}


h1 {
font-family: verdana;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: bold;
color: #FC88B5;
font-size: 11px;
}

h3 {
font-family: Verdana;
font-variant: small-caps;
letter-spacing: 2px;
margin-top: 5px;
margin-bottom: 0px;	
font-weight: bold;
color: #FC88B5;
font-size: 11px;
align: left;
}

h4 {
font-family: verdana;
font-variant: small-caps;
background-color: #FC88B5;
letter-spacing: 2px;
margin-top: 5px;
margin-bottom: 0px;	
font-weight: bold;
color: #08080A;
font-size: 11px;
text-align: left;
}

blockquote {
border : 2px solid #FC88B5;
width: 200px;
float: center;
margin: 0px;
padding: 10px;
background-color: #08080A;
quotes: "\201C" "\201D";
}


a {
color: #FC88B5;
}

a:hover {
color: #FFE7FF;
}
