@charset "utf-8";
/* CSS Document */

BODY {
	background-color: fef3e0;
	background-image: url(images/background.jpg);
	background-repeat:no-repeat;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	color:#333300;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	}
	
a:link{
	text-decoration: none;
	color: #336633;
}

a:visited {
	text-decoration: none;
	color:#333333;
	}
	
a:hover {
	color:#339933;
	text-decoration: underline;
}

.table_margin  {
	margin-left: 40px;
	
	}
