BODY {
	color:Black;
	background-color:White;
	/* font-family:	Times, Times New Roman, Luxi Serif, MS P Mincho, Serif */
}
H1, H2, H3 {	font-family:	verdana, sans-serif; }
H1 {		border-bottom:  #666666 2px dotted; }

H2 {
/* Previous is #3366ff */
	border-bottom:	#666666 2px dashed;
	border-top:	#666666 2px dashed;
	border-left:	#666666 2px dashed;
	border-right:	#666666 2px dashed;
}

H3 {
	border-top:		#666666 1px dotted;
	border-bottom:	#666666 1px dotted;
	border-left:		#666666 1px dotted;
	border-right:		#666666 1px dotted;
}
A {	text-decoration: underline; }
A:hover {
	background-color : #cccccc;
	color : #333333;
}
A:link {
	color:	#333333;
}
A:visited {
	color:	#666666;
}
A:active {
	color:	red;
}

BLOCKQUOTE, PRE {
	border-right:	#888800 1px dashed;
	border-top:	#888800 1px dashed;
	border-left:	#888800 1px dashed;
	border-bottom:	#888800 1px dashed;
	color:		black;
	background-color: #e6e6e6;
}
PRE {
	white-space:	pre;
	font-family:	monospace;
}
DT {
	border-top:	#cccccc 1px dotted;
	border-bottom:	#cccccc 1px dashed;
	font-weight:	bold;
}
.cvstag {
	font-family:	optima, palatino, times, serif;
	text-align:	right;
}
textarea, input,select {
	border: 1px solid black;
}
input, select {
	font-family: arial,helvetica,sans-serif;
}
img {
	border-width: 0px;
}
img.withborder {
	border-width: 1px;
}


