/* Presentation Stylesheet */ 
body{
  	font-family: verdana, sans-serif;
	font-size: 11px;
	background: white;
	margin: 0;
 	padding:0;
 	color: #333333;
}

A.menulink {
	display: block;
	width: 100px;
	margin-left: 5px;
	text-align: center;
	text-decoration: none;
	font-family:arial;
	font-size:12px;
	color: #000000;
	border: solid 1px #333399;
	filter:blendTrans(duration=0.5);
}

A.menulink:hover {
border: solid 1px black;
background-color: #000099;
color: white;
}


h4 {
 margin:0; 
 padding: 5px 0;
 }
h4:first-letter {
 font-size: 120%; 
 font-weight: bold;
 color:Black;
 }
 
p:first-letter {
 font-size: 140%; 
 font-weight: bold;
 color:blue;
 }

A{
 color: #000000;
 border-bottom: 1px dashed blue;
 text-decoration: none;
}

A:hover {
background-color: #000099;
color: white;
}

p.sign {
 text-align: right; 
 font-style: italic; 
 font-size: 180%;
 font-family: lucida handwriting;
}

p.sign:first-letter {
 font-size: 190%; 
}