body {
	font-family: tahoma;
	font-size: 11px;
	color: white;
	letter-spacing: 1px;
}

a, a:active, a:link, a:visited {
	color: #ffcccc;
	font-family: tahoma;
	font-size: 11px;
	border-bottom:1px;
	border-bottom-style: dotted;;
	letter-spacing: 1px;
	text-decoration: none;
}

a:hover {
	color: #cccccc;
	font-family: tahoma;
	letter-spacing: 1px;
	border-bottom:1px dashed;
	text-decoration: none;
	
}

h2 {
	font-family: georgia;
	font-size: 11px;
	border-bottom: 2px dashed;
	border-bottom-color: #666666;
}
