/* 
	Font values must be in this order :
	font-style: oblique/itlaic (optional)
	font-weight: lighter or bolder (optional)
	font-variant: small caps (optional)
	font-size: sets size (required)
	line-height: line spacing (optional)
	font-family: font face or type (required)
*/
a	{	
	text-decoration: none;
	color: blue;
	background-color:#ffffff;
	font-weight: bold;
	border: 0px;
	}

a:hover {
	color: red;
	background-color:#ffffff;
	}
a:link {
	color: blue;
	background-color:#ffffff;
	}

b {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	}

body {
	width: 640px;
	}

h3 	{
	text-align: center;
	}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

p	{
	color: black;
	background-color:#ffffff;
	text-indent: 0px;
	text-align: left;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	}

table {
	border: 0px;
	padding: 0px;
	width: 100%;
	}

td {
	font-size: 14px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color: black;
	background-color:#ffffff;
	text-align: center;
	}

/* ------------ Home Page Left ------------ */
td.a {
	width: 372px;
	border: 0px;	
	}

/* ------------ Home Page Right ----------- */
td.b {
	width: 268px;
	text-align: left;
	vertical-align: top;
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

/* ------------ Menu Container ------------ */
td.c {
	width: 100%;
	text-align: left;
	vertical-align: top;
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

/* ------------ Mail Cells ---------------- */
td.e {
	padding: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
	background-color:#ffffff;
	border: 0px;
	text-align: right;
	}

td.f {
	padding: 5px;;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color:#ffffff;
	color: black;
	border: medium none;
	text-align: left;
	}

/* ----------- Guest Book Cell ------------ */
td.g {
	border: 5px outset #996633;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	padding: 10px;
	margin: 0px;
	}

/* -------------- Header ------------------ */
td.h {
	color: #996633;
	background-color:#ffffff;
	border: 5px outset #996633;
	text-align: center;
	vertical-align: middle;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 28px;
	font-family: arial, helvetica, sans-serif
	}

/* -------------- Menu Cell --------------- */
td.m {
	border: 5px outset #996633;
	width: 50%;
	background-color:#ffffff;
	color: blue;
	font-weight: bold;
	}
	
#spam	{
	height:100px;
	width:100px;
	position:absolute;
	top:50px;
	right:10px;
	z-index:6;
	background-color:transparent;
	}