/* CSS Document */

body {
background-color:#070707;
}

p {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:13px;
color:#000000;
}

a {
color:#7F7F7F;
font-size:10px;
letter-spacing:2pt;
text-transform:uppercase;
text-decoration:none;
font-weight:bold;

}

a:hover {
color: #581600;
text-decoration:underline;


	}


h1 {
font-family:"Times New Roman", Times, serif;
font-size:20px;
text-transform:uppercase;
font-weight:bold;
letter-spacing:2pt;
color:#581600;
padding-top:0px;
}
   
#fic-content {
margin:50px;
padding: 20px;
background-color:#ffffff;
border:2px solid #581600;
}

#return {
margin-top:40px;
padding:10px;
background-color:#D3D3D3;
border:1px solid #581600;
}

.return a {


}







