/* CSS Document */

body {background: url('../Backgrounds/bingcherry.jpg')}
h1,p,h2,h3,h4,h5 {color: #FFFFFF}
h1,p,h2,h3,h4,h5 { 
  font-weight: normal; 
  font-size: 12pt;
  line-height: 14pt; 
  font-family: tahoma; 
  font-variant: normal;
  font-style: normal;
}
a {font-family: Tahoma}
a {color: #FFFFFF}
a:link {color: #FFFFFF}
a:visited {color: #FFFF33}
a:hover { 
	color: ##33CCFF;
	background-color: #333333;
	text-decoration: none;
	}
a:active {color: #FFFFFF}


