
body
	{
	background-color: Gray;
	font-family : Arial, Helvetica, sans-serif;
	scrollbar-highlight-color: #000000;
	scrollbar-base-color: #50997C;
	scrollbar-arrow-color: #DFDFDF;
}

p,h1,h2,h3,h4,h5,h6,ul,a,ol,li,div,td,th,address,blockquote,nobr,b,i  {
	font-family : verdana, Helvetica, sans-serif;
}
ul,a,ol,li,div,td,th,address,blockquote,nobr,b,i {
	color : #EAEAEA;
}
h1  {
	font-weight : normal;
	font-size : 18px;
	color : #EAEAEA;
		margin-left : 10px;
		margin-right : 10px;
		margin-top: 10px;
		margin-bottom: 10px;
}

h2  {
	font-weight : normal;
	font-size : 16px;
	color : #CEFFCE;
		margin-left : 10px;
		margin-right : 10px;
		margin-top: 10px;
}


h3  {
	font-size : 11px;
	color : #FFFFFF;
	margin-left : 10px;
		margin-right : 10px;
		margin-top: 10px;
}

h4  {
	font-weight : normal;
	font-size : 13px;
	color : #ffffff;
		margin-left : 10px;
	margin-right : 10px;
	margin-top : 5px;
	margin-bottom : 1;
}
H5 {
	font-weight : normal;
	color : #DFDFDF;
	font :12px;
	margin-left : 10px;
	margin-right : 10px;
	margin-top : 5px;
	margin-bottom : 1;
}

H6 {
	font-weight : normal;
	font-size : 11px;
	color : #BFBFBF;
	margin-left : 10px;
	margin-right : 10px;
	line-height: 15px;
}

A  {
	color: #FFFFCE;
	text-decoration : none;
}
A:Visited  {
	color : #FFFFCE;
	text-decoration : none;
}
A:Active  {
	color : Red;
	text-decoration : none;
}
A:Hover  {
	text-decoration : none;
	color : Lime;
}
.pic {
	border : 1px solid #FFFFCE;
}

:hover .pic { 
	border:  dotted #FF6633;
}
