/* CSS Document */
body {
	background-color: #ffffff; 
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:30px;
	margin-right:30px;
}

a {	
	color: #777722;
	text-decoration: none;
}

a:hover {	
	padding: 4px;
	border-bottom: 2px groove #ddddff;
	color: #FF0000;
	
	}

h1 {
	color: #000000;
	font-family: "Lucida Calligraphy";
	font-size: 36px;

}

h4 {

	font-family: "Century Gothic", "Lucida Sans";
	font-size: 25px;
	line-height: 35px;

}

td {
font: normal 300 13px/15px verdana, arial, sans-serif;
}

.menu {
color: #888888;
font-size:18px;
font-weight: 200;
}

.menu a {
color: #888888;
font-size:13px;
border-left:#ddddff thin solid;
border-right:#ddddff thin solid;
font-weight: 200;

}

.menu a:hover {
color: red;
font-size:13px;
font-weight: 400;
border-bottom:#ddddff thin solid;


}


#td {
	padding-left: 5px;
	}

#td a {
	color: yellow;	
	text-decoration: none;
}

#td a:hover {	
	text-decoration: underline;
	border-top:thin;
	}

ul {
	list-style-image: url("note.gif");
	
}


.speaker {
text-indent:360px;
}