  
BODY{
		margin-top : 5px;
		margin-left : 50px;
		margin-right : 50px;
		margin-bottom : 0px;
}
.BarClass{
		background-color : blue;
		width : 100%;
}
.LabelClass{
		color : white;
		width : 150px;
		cursor : pointer;
		border-width : 1px;
		border-style : solid;
		border-color : #ffffff;
}
.PulldownClass{
		display : inline;
		color : black;
		background-color : #ffffff;
		text-decoration : none;
		width : 120px;
		height : 1em;
		border-bottom-width : 1px;
		border-bottom-style : solid;
		text-indent : 5px;
		position : relative;
		border-collapse : inherit;
		text-align : left;
		border-top-width : 1px;
		border-left-width : 1px;
		border-right-width : 1px;
		border-top-style : solid;
		border-left-style : solid;
		border-right-style : solid;
		border-color : white;
		left : 30px;
}
H6{
		color : #0080ff;
}

