body{
scrollbar-base-color:#333333;
scrollbar-3dlight-color:#EEEEEE;
scrollbar-arrow-color:#111111;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#999999;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#A9A9A9;
scrollbar-track-color:#A9A9A9;
}

a:link{
	color : #3333FF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	text-decoration : none;
	}


a:active{
	color : #FF0033;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	text-decoration : underline;
	}


a:visited{
	color : #3333FF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	text-decoration : none;
	}


a:hover{
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	text-decoration : underline;
	}


h1{
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	line-height : normal;
	text-align : center;
	}


h2{
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	}


h3{
	Color : #808080;
	Font-Family : Arial, Helvetica, sans-serif;
	Font-Size : 10pt;
	}


h5{
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	}


h4{
	font-family : Arial;
	font-size : 8pt;
	}
	
	.suggestionsBox {
    position: relative;
    left: 30px;
    margin: 10px 0px 0px 0px;
    width: 200px;
    background-color: #212427;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000;
    color: #fff;
}
 
 
 
.suggestionList {
    margin: 0px;
    padding: 0px;
}
 
.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}
 
.suggestionList li:hover {
    background-color: #659CD8;
}
