/***************************************************/
/*                                                 */
/*	      www.ladyblue.net Main CSS Document       */
/*  Created by Crystal Cooney (blue@ladyblue.net)  */
/*	          http://www.ladyblue.net              */
/*	                                               */
/*	      Copyright (C) Crystal Cooney 2006	       */
/*                                                 */
/***************************************************/

/*    Basic properties used throughout the site    */
/***************************************************/

body {
    background-image: url('../images/texture_back.jpg');
    background-repeat: repeat;
    background-color: #D8CBAE;

    	
    color: #1A4854;
    text-decoration: none;
    font-size: 8px;
    font-family: Verdana;
    
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #d8cbae;
	scrollbar-highlight-color: #1A4854;
	scrollbar-shadow-color: #1A4854;
	scrollbar-3dlight-color: #AC935C;
	scrollbar-arrow-color:  #003399;
	scrollbar-track-color: #1A4854;
	scrollbar-darkshadow-color: #1A4854;
}

/*    Hyperlink Styles    */
/**************************/

a:link, a:visited {
	text-decoration: none;
   	color : #1A4854;
}

a:active {
	text-decoration: none;
	color : #AC935C; 	
}

a:hover	{
	text-decoration: underline overline; 
	font-weight: bold;
	color : #AC935C;
}